Html Css Color HEX #DA6891 Pale Violet Red

📋 copy color: '#DA6891'

red 218 ◦ green 104 ◦ blue 145

#DA6891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DA6891

Tints of Pale Violet Red #DA6891

RGB

 RED value IS 218 (85.55% from 255) = 46.68%

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 46.68%
G = 22.27%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA6891 (or 0xDA6891) is known color: Pale Violet Red. HEX triplet: DA, 68 and 91. RGB value is (218,104,145). Sum of RGB (Red+Green+Blue) = 218+104+145=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6891 is #25976E. Grayscale: #8E8E8E. Windows color (decimal): -2463599 or 9529562. OLE color: 9529562.

HSL color Cylindrical-coordinate representation of color #DA6891: hue angle of 338.42º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6891 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 145 -
CMYK 0 0.52 0.33 0.15
HSL 338.42º 0.61% 0.63% -
HSV(B) 338.42º 0.52% 0.85% -
XYZ 38.97 26.85 29.92 -
YUV 142.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 218 104 145 0 0.52 0.33 0.15 338.42 0.61 0.63
Hex DA 68 91 0 34 21 F 152 3D 3F
Octal 332 150 221 0 64 41 17 522 75 77
Binary 11011010 1101000 10010001 0 110100 100001 1111 101010010 111101 111111

Color Harmonies of #DA6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6891

Black with #DA6891

Text Example


Text Example

White with #DA6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6891; }

 p { color: rgb(218,104,145); }

 H1.HeaderClassName
 {
   color: #DA6891;
 }
 .AnyTagClassName
 {
   color: #DA6891;
 }
</style>

background-color css

<style>
 a { background-color: #DA6891; }

 a { background-color: rgb(218,104,145); }

 div.DivClassName
 {
   background-color: #DA6891;
 }
 .BgClassName
 {
   background-color: #DA6891;
 }
</style>

border-color css

<style>
 span { border-color: #DA6891; }

 span { border-color: rgb(218,104,145); }

 td.TdClassName
 {
   border-color: #DA6891;
 }
 .TagClassName
 {
   border-color: #DA6891;
 }
</style>