Html Css Color HEX #DD5A9E Hopbush

📋 copy color: '#DD5A9E'

red 221 ◦ green 90 ◦ blue 158

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

Shades of Hopbush #DD5A9E

Tints of Hopbush #DD5A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 47.12%
G = 19.19%
B = 33.69%

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

#DD5A9E (or 0xDD5A9E) is known color: Hopbush. HEX triplet: DD, 5A and 9E. RGB value is (221,90,158). Sum of RGB (Red+Green+Blue) = 221+90+158=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A9E is #22A561. Grayscale: #888888. Windows color (decimal): -2270562 or 10377949. OLE color: 10377949.

HSL color Cylindrical-coordinate representation of color #DD5A9E: hue angle of 328.85º 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 #DD5A9E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 158 -
CMYK 0 0.59 0.29 0.13
HSL 328.85º 0.66% 0.61% -
HSV(B) 328.85º 0.59% 0.87% -
XYZ 39.65 25.15 35.11 -
YUV 136.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 221 90 158 0 0.59 0.29 0.13 328.85 0.66 0.61
Hex DD 5A 9E 0 3B 1D D 149 42 3D
Octal 335 132 236 0 73 35 15 511 102 75
Binary 11011101 1011010 10011110 0 111011 11101 1101 101001001 1000010 111101

Color Harmonies of #DD5A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A9E

Black with #DD5A9E

Text Example


Text Example

White with #DD5A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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