Html Css Color HEX #D85DAE Hopbush

📋 copy color: '#D85DAE'

red 216 ◦ green 93 ◦ blue 174

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

Shades of Hopbush #D85DAE

Tints of Hopbush #D85DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 44.72%
G = 19.25%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D85DAE (or 0xD85DAE) is known color: Hopbush. HEX triplet: D8, 5D and AE. RGB value is (216,93,174). Sum of RGB (Red+Green+Blue) = 216+93+174=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DAE is #27A251. Grayscale: #8A8A8A. Windows color (decimal): -2597458 or 11427288. OLE color: 11427288.

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

Color convert

RGB 216 93 174 -
CMYK 0 0.57 0.19 0.15
HSL 320.49º 0.61% 0.61% -
HSV(B) 320.49º 0.57% 0.85% -
XYZ 39.87 25.48 42.86 -
YUV 139.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 216 93 174 0 0.57 0.19 0.15 320.49 0.61 0.61
Hex D8 5D AE 0 39 13 F 140 3D 3D
Octal 330 135 256 0 71 23 17 500 75 75
Binary 11011000 1011101 10101110 0 111001 10011 1111 101000000 111101 111101

Color Harmonies of #D85DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DAE

Black with #D85DAE

Text Example


Text Example

White with #D85DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DAE; }

 p { color: rgb(216,93,174); }

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

background-color css

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

 a { background-color: rgb(216,93,174); }

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

border-color css

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

 span { border-color: rgb(216,93,174); }

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