Html Css Color HEX #D86388 Pale Violet Red

📋 copy color: '#D86388'

red 216 ◦ green 99 ◦ blue 136

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

Shades of Pale Violet Red #D86388

Tints of Pale Violet Red #D86388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

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

R = 47.89%
G = 21.95%
B = 30.16%

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

#D86388 (or 0xD86388) is known color: Pale Violet Red. HEX triplet: D8, 63 and 88. RGB value is (216,99,136). Sum of RGB (Red+Green+Blue) = 216+99+136=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D86388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86388 is #279C77. Grayscale: #8A8A8A. Windows color (decimal): -2595960 or 8938456. OLE color: 8938456.

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

Color convert

RGB 216 99 136 -
CMYK 0 0.54 0.37 0.15
HSL 341.03º 0.6% 0.62% -
HSV(B) 341.03º 0.54% 0.85% -
XYZ 37.22 25.3 26.21 -
YUV 138.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 216 99 136 0 0.54 0.37 0.15 341.03 0.6 0.62
Hex D8 63 88 0 36 25 F 155 3C 3E
Octal 330 143 210 0 66 45 17 525 74 76
Binary 11011000 1100011 10001000 0 110110 100101 1111 101010101 111100 111110

Color Harmonies of #D86388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86388

Black with #D86388

Text Example


Text Example

White with #D86388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86388; }

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

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

background-color css

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

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

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

border-color css

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

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

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