Html Css Color HEX #D66487 Pale Violet Red

📋 copy color: '#D66487'

red 214 ◦ green 100 ◦ blue 135

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

Shades of Pale Violet Red #D66487

Tints of Pale Violet Red #D66487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 47.66%
G = 22.27%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66487 (or 0xD66487) is known color: Pale Violet Red. HEX triplet: D6, 64 and 87. RGB value is (214,100,135). Sum of RGB (Red+Green+Blue) = 214+100+135=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D66487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66487 is #299B78. Grayscale: #8A8A8A. Windows color (decimal): -2726777 or 8873174. OLE color: 8873174.

HSL color Cylindrical-coordinate representation of color #D66487: hue angle of 341.58º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66487 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 135 -
CMYK 0 0.53 0.37 0.16
HSL 341.58º 0.58% 0.62% -
HSV(B) 341.58º 0.53% 0.84% -
XYZ 36.66 25.16 25.85 -
YUV 138.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 214 100 135 0 0.53 0.37 0.16 341.58 0.58 0.62
Hex D6 64 87 0 35 25 10 156 3A 3E
Octal 326 144 207 0 65 45 20 526 72 76
Binary 11010110 1100100 10000111 0 110101 100101 10000 101010110 111010 111110

Color Harmonies of #D66487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66487

Black with #D66487

Text Example


Text Example

White with #D66487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66487; }

 p { color: rgb(214,100,135); }

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

background-color css

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

 a { background-color: rgb(214,100,135); }

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

border-color css

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

 span { border-color: rgb(214,100,135); }

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