Html Css Color HEX #D85F89 Pale Violet Red

📋 copy color: '#D85F89'

red 216 ◦ green 95 ◦ blue 137

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

Shades of Pale Violet Red #D85F89

Tints of Pale Violet Red #D85F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.21%

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

R = 48.21%
G = 21.21%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85F89 (or 0xD85F89) is known color: Pale Violet Red. HEX triplet: D8, 5F and 89. RGB value is (216,95,137). Sum of RGB (Red+Green+Blue) = 216+95+137=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F89 is #27A076. Grayscale: #878787. Windows color (decimal): -2596983 or 9002968. OLE color: 9002968.

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

Color convert

RGB 216 95 137 -
CMYK 0 0.56 0.37 0.15
HSL 339.17º 0.61% 0.61% -
HSV(B) 339.17º 0.56% 0.85% -
XYZ 36.93 24.59 26.47 -
YUV 135.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 216 95 137 0 0.56 0.37 0.15 339.17 0.61 0.61
Hex D8 5F 89 0 38 25 F 153 3D 3D
Octal 330 137 211 0 70 45 17 523 75 75
Binary 11011000 1011111 10001001 0 111000 100101 1111 101010011 111101 111101

Color Harmonies of #D85F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F89

Black with #D85F89

Text Example


Text Example

White with #D85F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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