Html Css Color HEX #DD58B2 Hot Pink

📋 copy color: '#DD58B2'

red 221 ◦ green 88 ◦ blue 178

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

Shades of Hot Pink #DD58B2

Tints of Hot Pink #DD58B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 45.38%
G = 18.07%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD58B2 (or 0xDD58B2) is known color: Hot Pink. HEX triplet: DD, 58 and B2. RGB value is (221,88,178). Sum of RGB (Red+Green+Blue) = 221+88+178=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58B2 is #22A74D. Grayscale: #898989. Windows color (decimal): -2271054 or 11688157. OLE color: 11688157.

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

Color convert

RGB 221 88 178 -
CMYK 0 0.60 0.19 0.13
HSL 319.4º 0.66% 0.61% -
HSV(B) 319.4º 0.6% 0.87% -
XYZ 41.34 25.57 44.88 -
YUV 138.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 221 88 178 0 0.60 0.19 0.13 319.4 0.66 0.61
Hex DD 58 B2 0 3C 13 D 13F 42 3D
Octal 335 130 262 0 74 23 15 477 102 75
Binary 11011101 1011000 10110010 0 111100 10011 1101 100111111 1000010 111101

Color Harmonies of #DD58B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58B2

Black with #DD58B2

Text Example


Text Example

White with #DD58B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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