Html Css Color HEX #DD5A9B Hopbush

📋 copy color: '#DD5A9B'

red 221 ◦ green 90 ◦ blue 155

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

Shades of Hopbush #DD5A9B

Tints of Hopbush #DD5A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 47.42%
G = 19.31%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD5A9B (or 0xDD5A9B) is known color: Hopbush. HEX triplet: DD, 5A and 9B. RGB value is (221,90,155). Sum of RGB (Red+Green+Blue) = 221+90+155=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A9B is #22A564. Grayscale: #888888. Windows color (decimal): -2270565 or 10181341. OLE color: 10181341.

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

Color convert

RGB 221 90 155 -
CMYK 0 0.59 0.30 0.13
HSL 330.23º 0.66% 0.61% -
HSV(B) 330.23º 0.59% 0.87% -
XYZ 39.39 25.05 33.77 -
YUV 136.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 221 90 155 0 0.59 0.30 0.13 330.23 0.66 0.61
Hex DD 5A 9B 0 3B 1E D 14A 42 3D
Octal 335 132 233 0 73 36 15 512 102 75
Binary 11011101 1011010 10011011 0 111011 11110 1101 101001010 1000010 111101

Color Harmonies of #DD5A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A9B

Black with #DD5A9B

Text Example


Text Example

White with #DD5A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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