Html Css Color HEX #D66E8D Pale Violet Red

📋 copy color: '#D66E8D'

red 214 ◦ green 110 ◦ blue 141

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

Shades of Pale Violet Red #D66E8D

Tints of Pale Violet Red #D66E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 46.02%
G = 23.66%
B = 30.32%

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

#D66E8D (or 0xD66E8D) is known color: Pale Violet Red. HEX triplet: D6, 6E and 8D. RGB value is (214,110,141). Sum of RGB (Red+Green+Blue) = 214+110+141=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E8D is #299172. Grayscale: #909090. Windows color (decimal): -2724211 or 9268950. OLE color: 9268950.

HSL color Cylindrical-coordinate representation of color #D66E8D: hue angle of 342.12º 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 #D66E8D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 141 -
CMYK 0 0.49 0.34 0.16
HSL 342.12º 0.56% 0.64% -
HSV(B) 342.12º 0.49% 0.84% -
XYZ 38.12 27.37 28.47 -
YUV 144.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 214 110 141 0 0.49 0.34 0.16 342.12 0.56 0.64
Hex D6 6E 8D 0 31 22 10 156 38 40
Octal 326 156 215 0 61 42 20 526 70 100
Binary 11010110 1101110 10001101 0 110001 100010 10000 101010110 111000 1000000

Color Harmonies of #D66E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E8D

Black with #D66E8D

Text Example


Text Example

White with #D66E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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