Html Css Color HEX #D55DAD Hopbush

📋 copy color: '#D55DAD'

red 213 ◦ green 93 ◦ blue 173

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

Shades of Hopbush #D55DAD

Tints of Hopbush #D55DAD

RGB

 RED value IS 213 (83.59% from 255) = 44.47%

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 44.47%
G = 19.42%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D55DAD (or 0xD55DAD) is known color: Hopbush. HEX triplet: D5, 5D and AD. RGB value is (213,93,173). Sum of RGB (Red+Green+Blue) = 213+93+173=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DAD is #2AA252. Grayscale: #898989. Windows color (decimal): -2794067 or 11361749. OLE color: 11361749.

HSL color Cylindrical-coordinate representation of color #D55DAD: hue angle of 320º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DAD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 173 -
CMYK 0 0.56 0.19 0.16
HSL 320º 0.59% 0.6% -
HSV(B) 320º 0.56% 0.84% -
XYZ 38.9 24.99 42.31 -
YUV 138 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 213 93 173 0 0.56 0.19 0.16 320 0.59 0.6
Hex D5 5D AD 0 38 13 10 140 3B 3C
Octal 325 135 255 0 70 23 20 500 73 74
Binary 11010101 1011101 10101101 0 111000 10011 10000 101000000 111011 111100

Color Harmonies of #D55DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DAD

Black with #D55DAD

Text Example


Text Example

White with #D55DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DAD; }

 p { color: rgb(213,93,173); }

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

background-color css

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

 a { background-color: rgb(213,93,173); }

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

border-color css

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

 span { border-color: rgb(213,93,173); }

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