Html Css Color HEX #D86288 Pale Violet Red

📋 copy color: '#D86288'

red 216 ◦ green 98 ◦ blue 136

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

Shades of Pale Violet Red #D86288

Tints of Pale Violet Red #D86288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.78%

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

R = 48%
G = 21.78%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D86288 (or 0xD86288) is known color: Pale Violet Red. HEX triplet: D8, 62 and 88. RGB value is (216,98,136). Sum of RGB (Red+Green+Blue) = 216+98+136=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D86288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86288 is #279D77. Grayscale: #898989. Windows color (decimal): -2596216 or 8938200. OLE color: 8938200.

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

Color convert

RGB 216 98 136 -
CMYK 0 0.55 0.37 0.15
HSL 340.68º 0.6% 0.62% -
HSV(B) 340.68º 0.55% 0.85% -
XYZ 37.13 25.11 26.18 -
YUV 137.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 216 98 136 0 0.55 0.37 0.15 340.68 0.6 0.62
Hex D8 62 88 0 37 25 F 155 3C 3E
Octal 330 142 210 0 67 45 17 525 74 76
Binary 11011000 1100010 10001000 0 110111 100101 1111 101010101 111100 111110

Color Harmonies of #D86288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86288

Black with #D86288

Text Example


Text Example

White with #D86288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86288; }

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

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

background-color css

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

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

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

border-color css

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

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

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