Html Css Color HEX #DD5A9D Hopbush

📋 copy color: '#DD5A9D'

red 221 ◦ green 90 ◦ blue 157

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

Shades of Hopbush #DD5A9D

Tints of Hopbush #DD5A9D

RGB

 RED value IS 221 (86.72% from 255) = 47.22%

 GREEN value IS 90 (35.55% from 255) = 19.23%

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 47.22%
G = 19.23%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD5A9D (or 0xDD5A9D) is known color: Hopbush. HEX triplet: DD, 5A and 9D. RGB value is (221,90,157). Sum of RGB (Red+Green+Blue) = 221+90+157=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A9D is #22A562. Grayscale: #888888. Windows color (decimal): -2270563 or 10312413. OLE color: 10312413.

HSL color Cylindrical-coordinate representation of color #DD5A9D: hue angle of 329.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A9D is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 157 -
CMYK 0 0.59 0.29 0.13
HSL 329.31º 0.66% 0.61% -
HSV(B) 329.31º 0.59% 0.87% -
XYZ 39.56 25.12 34.66 -
YUV 136.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 221 90 157 0 0.59 0.29 0.13 329.31 0.66 0.61
Hex DD 5A 9D 0 3B 1D D 149 42 3D
Octal 335 132 235 0 73 35 15 511 102 75
Binary 11011101 1011010 10011101 0 111011 11101 1101 101001001 1000010 111101

Color Harmonies of #DD5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A9D

Black with #DD5A9D

Text Example


Text Example

White with #DD5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A9D; }

 p { color: rgb(221,90,157); }

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

background-color css

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

 a { background-color: rgb(221,90,157); }

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

border-color css

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

 span { border-color: rgb(221,90,157); }

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