Html Css Color HEX #DD3F92 Deep Cerise

📋 copy color: '#DD3F92'

red 221 ◦ green 63 ◦ blue 146

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

Shades of Deep Cerise #DD3F92

Tints of Deep Cerise #DD3F92

RGB

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

 GREEN value IS 63 (25% from 255) = 14.65%

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

R = 51.4%
G = 14.65%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD3F92 (or 0xDD3F92) is known color: Deep Cerise. HEX triplet: DD, 3F and 92. RGB value is (221,63,146). Sum of RGB (Red+Green+Blue) = 221+63+146=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F92 is #22C06D. Grayscale: #777777. Windows color (decimal): -2277486 or 9584605. OLE color: 9584605.

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

Color convert

RGB 221 63 146 -
CMYK 0 0.71 0.34 0.13
HSL 328.48º 0.7% 0.56% -
HSV(B) 328.48º 0.71% 0.87% -
XYZ 36.78 21 29.31 -
YUV 119.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 221 63 146 0 0.71 0.34 0.13 328.48 0.7 0.56
Hex DD 3F 92 0 47 22 D 148 46 38
Octal 335 77 222 0 107 42 15 510 106 70
Binary 11011101 111111 10010010 0 1000111 100010 1101 101001000 1000110 111000

Color Harmonies of #DD3F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F92

Black with #DD3F92

Text Example


Text Example

White with #DD3F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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