Html Css Color HEX #D86189 Pale Violet Red

📋 copy color: '#D86189'

red 216 ◦ green 97 ◦ blue 137

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

Shades of Pale Violet Red #D86189

Tints of Pale Violet Red #D86189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 48%
G = 21.56%
B = 30.44%

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

#D86189 (or 0xD86189) is known color: Pale Violet Red. HEX triplet: D8, 61 and 89. RGB value is (216,97,137). Sum of RGB (Red+Green+Blue) = 216+97+137=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D86189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86189 is #279E76. Grayscale: #898989. Windows color (decimal): -2596471 or 9003480. OLE color: 9003480.

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

Color convert

RGB 216 97 137 -
CMYK 0 0.55 0.37 0.15
HSL 339.83º 0.6% 0.61% -
HSV(B) 339.83º 0.55% 0.85% -
XYZ 37.11 24.95 26.53 -
YUV 137.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 216 97 137 0 0.55 0.37 0.15 339.83 0.6 0.61
Hex D8 61 89 0 37 25 F 154 3C 3D
Octal 330 141 211 0 67 45 17 524 74 75
Binary 11011000 1100001 10001001 0 110111 100101 1111 101010100 111100 111101

Color Harmonies of #D86189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86189

Black with #D86189

Text Example


Text Example

White with #D86189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86189; }

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

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

background-color css

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

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

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

border-color css

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

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

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