Html Css Color HEX #D66E8E Pale Violet Red

📋 copy color: '#D66E8E'

red 214 ◦ green 110 ◦ blue 142

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

Shades of Pale Violet Red #D66E8E

Tints of Pale Violet Red #D66E8E

RGB

 RED value IS 214 (83.98% from 255) = 45.92%

 GREEN value IS 110 (43.36% from 255) = 23.61%

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

R = 45.92%
G = 23.61%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D66E8E (or 0xD66E8E) is known color: Pale Violet Red. HEX triplet: D6, 6E and 8E. RGB value is (214,110,142). Sum of RGB (Red+Green+Blue) = 214+110+142=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E8E is #299171. Grayscale: #909090. Windows color (decimal): -2724210 or 9334486. OLE color: 9334486.

HSL color Cylindrical-coordinate representation of color #D66E8E: hue angle of 341.54º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E8E is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 142 -
CMYK 0 0.49 0.34 0.16
HSL 341.54º 0.56% 0.64% -
HSV(B) 341.54º 0.49% 0.84% -
XYZ 38.19 27.4 28.87 -
YUV 144.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 214 110 142 0 0.49 0.34 0.16 341.54 0.56 0.64
Hex D6 6E 8E 0 31 22 10 156 38 40
Octal 326 156 216 0 61 42 20 526 70 100
Binary 11010110 1101110 10001110 0 110001 100010 10000 101010110 111000 1000000

Color Harmonies of #D66E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E8E

Black with #D66E8E

Text Example


Text Example

White with #D66E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E8E; }

 p { color: rgb(214,110,142); }

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

background-color css

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

 a { background-color: rgb(214,110,142); }

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

border-color css

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

 span { border-color: rgb(214,110,142); }

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