Html Css Color HEX #DD5B9F Hopbush

📋 copy color: '#DD5B9F'

red 221 ◦ green 91 ◦ blue 159

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

Shades of Hopbush #DD5B9F

Tints of Hopbush #DD5B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 46.92%
G = 19.32%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD5B9F (or 0xDD5B9F) is known color: Hopbush. HEX triplet: DD, 5B and 9F. RGB value is (221,91,159). Sum of RGB (Red+Green+Blue) = 221+91+159=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5B9F is #22A460. Grayscale: #898989. Windows color (decimal): -2270305 or 10443741. OLE color: 10443741.

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

Color convert

RGB 221 91 159 -
CMYK 0 0.59 0.28 0.13
HSL 328.62º 0.66% 0.61% -
HSV(B) 328.62º 0.59% 0.87% -
XYZ 39.82 25.36 35.6 -
YUV 137.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 221 91 159 0 0.59 0.28 0.13 328.62 0.66 0.61
Hex DD 5B 9F 0 3B 1C D 149 42 3D
Octal 335 133 237 0 73 34 15 511 102 75
Binary 11011101 1011011 10011111 0 111011 11100 1101 101001001 1000010 111101

Color Harmonies of #DD5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B9F

Black with #DD5B9F

Text Example


Text Example

White with #DD5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B9F; }

 p { color: rgb(221,91,159); }

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

background-color css

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

 a { background-color: rgb(221,91,159); }

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

border-color css

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

 span { border-color: rgb(221,91,159); }

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