Html Css Color HEX #D86188 Pale Violet Red

📋 copy color: '#D86188'

red 216 ◦ green 97 ◦ blue 136

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

Shades of Pale Violet Red #D86188

Tints of Pale Violet Red #D86188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

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

R = 48.11%
G = 21.6%
B = 30.29%

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

#D86188 (or 0xD86188) is known color: Pale Violet Red. HEX triplet: D8, 61 and 88. RGB value is (216,97,136). Sum of RGB (Red+Green+Blue) = 216+97+136=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D86188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86188 is #279E77. Grayscale: #888888. Windows color (decimal): -2596472 or 8937944. OLE color: 8937944.

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

Color convert

RGB 216 97 136 -
CMYK 0 0.55 0.37 0.15
HSL 340.34º 0.6% 0.61% -
HSV(B) 340.34º 0.55% 0.85% -
XYZ 37.04 24.93 26.15 -
YUV 137.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 216 97 136 0 0.55 0.37 0.15 340.34 0.6 0.61
Hex D8 61 88 0 37 25 F 154 3C 3D
Octal 330 141 210 0 67 45 17 524 74 75
Binary 11011000 1100001 10001000 0 110111 100101 1111 101010100 111100 111101

Color Harmonies of #D86188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86188

Black with #D86188

Text Example


Text Example

White with #D86188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86188; }

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

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

background-color css

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

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

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

border-color css

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

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

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