Html Css Color HEX #DD61B5 Hot Pink

📋 copy color: '#DD61B5'

red 221 ◦ green 97 ◦ blue 181

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

Shades of Hot Pink #DD61B5

Tints of Hot Pink #DD61B5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 44.29%
G = 19.44%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD61B5 (or 0xDD61B5) is known color: Hot Pink. HEX triplet: DD, 61 and B5. RGB value is (221,97,181). Sum of RGB (Red+Green+Blue) = 221+97+181=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61B5 is #229E4A. Grayscale: #8F8F8F. Windows color (decimal): -2268747 or 11887069. OLE color: 11887069.

HSL color Cylindrical-coordinate representation of color #DD61B5: hue angle of 319.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61B5 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 181 -
CMYK 0 0.56 0.18 0.13
HSL 319.35º 0.65% 0.62% -
HSV(B) 319.35º 0.56% 0.87% -
XYZ 42.43 27.26 46.74 -
YUV 143.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 221 97 181 0 0.56 0.18 0.13 319.35 0.65 0.62
Hex DD 61 B5 0 38 12 D 13F 41 3E
Octal 335 141 265 0 70 22 15 477 101 76
Binary 11011101 1100001 10110101 0 111000 10010 1101 100111111 1000001 111110

Color Harmonies of #DD61B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61B5

Black with #DD61B5

Text Example


Text Example

White with #DD61B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61B5; }

 p { color: rgb(221,97,181); }

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

background-color css

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

 a { background-color: rgb(221,97,181); }

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

border-color css

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

 span { border-color: rgb(221,97,181); }

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