Html Css Color HEX #DD5898 Hopbush

📋 copy color: '#DD5898'

red 221 ◦ green 88 ◦ blue 152

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

Shades of Hopbush #DD5898

Tints of Hopbush #DD5898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 47.94%
G = 19.09%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5898 (or 0xDD5898) is known color: Hopbush. HEX triplet: DD, 58 and 98. RGB value is (221,88,152). Sum of RGB (Red+Green+Blue) = 221+88+152=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5898 is #22A767. Grayscale: #868686. Windows color (decimal): -2271080 or 9984221. OLE color: 9984221.

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

Color convert

RGB 221 88 152 -
CMYK 0 0.60 0.31 0.13
HSL 331.13º 0.66% 0.61% -
HSV(B) 331.13º 0.6% 0.87% -
XYZ 38.98 24.62 32.4 -
YUV 135.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 221 88 152 0 0.60 0.31 0.13 331.13 0.66 0.61
Hex DD 58 98 0 3C 1F D 14B 42 3D
Octal 335 130 230 0 74 37 15 513 102 75
Binary 11011101 1011000 10011000 0 111100 11111 1101 101001011 1000010 111101

Color Harmonies of #DD5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5898

Black with #DD5898

Text Example


Text Example

White with #DD5898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5898; }

 p { color: rgb(221,88,152); }

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

background-color css

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

 a { background-color: rgb(221,88,152); }

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

border-color css

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

 span { border-color: rgb(221,88,152); }

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