Html Css Color HEX #DD2F92 Deep Cerise

📋 copy color: '#DD2F92'

red 221 ◦ green 47 ◦ blue 146

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

Shades of Deep Cerise #DD2F92

Tints of Deep Cerise #DD2F92

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 53.38%
G = 11.35%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2F92 (or 0xDD2F92) is known color: Deep Cerise. HEX triplet: DD, 2F and 92. RGB value is (221,47,146). Sum of RGB (Red+Green+Blue) = 221+47+146=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F92 is #22D06D. Grayscale: #6E6E6E. Windows color (decimal): -2281582 or 9580509. OLE color: 9580509.

HSL color Cylindrical-coordinate representation of color #DD2F92: hue angle of 325.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F92 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 47 146 -
CMYK 0 0.79 0.34 0.13
HSL 325.86º 0.72% 0.53% -
HSV(B) 325.86º 0.79% 0.87% -
XYZ 36.02 19.48 29.06 -
YUV 110.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 221 47 146 0 0.79 0.34 0.13 325.86 0.72 0.53
Hex DD 2F 92 0 4F 22 D 146 48 35
Octal 335 57 222 0 117 42 15 506 110 65
Binary 11011101 101111 10010010 0 1001111 100010 1101 101000110 1001000 110101

Color Harmonies of #DD2F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F92

Black with #DD2F92

Text Example


Text Example

White with #DD2F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F92; }

 p { color: rgb(221,47,146); }

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

background-color css

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

 a { background-color: rgb(221,47,146); }

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

border-color css

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

 span { border-color: rgb(221,47,146); }

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