Html Css Color HEX #D9668A Pale Violet Red

📋 copy color: '#D9668A'

red 217 ◦ green 102 ◦ blue 138

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

Shades of Pale Violet Red #D9668A

Tints of Pale Violet Red #D9668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 47.48%
G = 22.32%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9668A (or 0xD9668A) is known color: Pale Violet Red. HEX triplet: D9, 66 and 8A. RGB value is (217,102,138). Sum of RGB (Red+Green+Blue) = 217+102+138=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9668A is #269975. Grayscale: #8C8C8C. Windows color (decimal): -2529654 or 9070297. OLE color: 9070297.

HSL color Cylindrical-coordinate representation of color #D9668A: hue angle of 341.22º 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 #D9668A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 138 -
CMYK 0 0.53 0.36 0.15
HSL 341.22º 0.6% 0.63% -
HSV(B) 341.22º 0.53% 0.85% -
XYZ 37.95 26.09 27.08 -
YUV 140.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 217 102 138 0 0.53 0.36 0.15 341.22 0.6 0.63
Hex D9 66 8A 0 35 24 F 155 3C 3F
Octal 331 146 212 0 65 44 17 525 74 77
Binary 11011001 1100110 10001010 0 110101 100100 1111 101010101 111100 111111

Color Harmonies of #D9668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9668A

Black with #D9668A

Text Example


Text Example

White with #D9668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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