Html Css Color HEX #D9668E Pale Violet Red

📋 copy color: '#D9668E'

red 217 ◦ green 102 ◦ blue 142

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

Shades of Pale Violet Red #D9668E

Tints of Pale Violet Red #D9668E

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 47.07%
G = 22.13%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9668E (or 0xD9668E) is known color: Pale Violet Red. HEX triplet: D9, 66 and 8E. RGB value is (217,102,142). Sum of RGB (Red+Green+Blue) = 217+102+142=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9668E is #269971. Grayscale: #8C8C8C. Windows color (decimal): -2529650 or 9332441. OLE color: 9332441.

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

Color convert

RGB 217 102 142 -
CMYK 0 0.53 0.35 0.15
HSL 339.13º 0.6% 0.63% -
HSV(B) 339.13º 0.53% 0.85% -
XYZ 38.25 26.21 28.63 -
YUV 140.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 217 102 142 0 0.53 0.35 0.15 339.13 0.6 0.63
Hex D9 66 8E 0 35 23 F 153 3C 3F
Octal 331 146 216 0 65 43 17 523 74 77
Binary 11011001 1100110 10001110 0 110101 100011 1111 101010011 111100 111111

Color Harmonies of #D9668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9668E

Black with #D9668E

Text Example


Text Example

White with #D9668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9668E; }

 p { color: rgb(217,102,142); }

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

background-color css

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

 a { background-color: rgb(217,102,142); }

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

border-color css

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

 span { border-color: rgb(217,102,142); }

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