Html Css Color HEX #D86488 Pale Violet Red

📋 copy color: '#D86488'

red 216 ◦ green 100 ◦ blue 136

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

Shades of Pale Violet Red #D86488

Tints of Pale Violet Red #D86488

RGB

 RED value IS 216 (84.77% from 255) = 47.79%

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

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 47.79%
G = 22.12%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D86488 (or 0xD86488) is known color: Pale Violet Red. HEX triplet: D8, 64 and 88. RGB value is (216,100,136). Sum of RGB (Red+Green+Blue) = 216+100+136=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D86488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86488 is #279B77. Grayscale: #8A8A8A. Windows color (decimal): -2595704 or 8938712. OLE color: 8938712.

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

Color convert

RGB 216 100 136 -
CMYK 0 0.54 0.37 0.15
HSL 341.38º 0.6% 0.62% -
HSV(B) 341.38º 0.54% 0.85% -
XYZ 37.32 25.49 26.25 -
YUV 138.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 216 100 136 0 0.54 0.37 0.15 341.38 0.6 0.62
Hex D8 64 88 0 36 25 F 155 3C 3E
Octal 330 144 210 0 66 45 17 525 74 76
Binary 11011000 1100100 10001000 0 110110 100101 1111 101010101 111100 111110

Color Harmonies of #D86488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86488

Black with #D86488

Text Example


Text Example

White with #D86488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86488; }

 p { color: rgb(216,100,136); }

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

background-color css

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

 a { background-color: rgb(216,100,136); }

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

border-color css

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

 span { border-color: rgb(216,100,136); }

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