Html Css Color HEX #DD2F94 Deep Cerise

📋 copy color: '#DD2F94'

red 221 ◦ green 47 ◦ blue 148

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

Shades of Deep Cerise #DD2F94

Tints of Deep Cerise #DD2F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 53.13%
G = 11.3%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2F94 (or 0xDD2F94) is known color: Deep Cerise. HEX triplet: DD, 2F and 94. RGB value is (221,47,148). Sum of RGB (Red+Green+Blue) = 221+47+148=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F94 is #22D06B. Grayscale: #6E6E6E. Windows color (decimal): -2281580 or 9711581. OLE color: 9711581.

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

Color convert

RGB 221 47 148 -
CMYK 0 0.79 0.33 0.13
HSL 325.17º 0.72% 0.53% -
HSV(B) 325.17º 0.79% 0.87% -
XYZ 36.18 19.54 29.88 -
YUV 110.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 221 47 148 0 0.79 0.33 0.13 325.17 0.72 0.53
Hex DD 2F 94 0 4F 21 D 145 48 35
Octal 335 57 224 0 117 41 15 505 110 65
Binary 11011101 101111 10010100 0 1001111 100001 1101 101000101 1001000 110101

Color Harmonies of #DD2F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F94

Black with #DD2F94

Text Example


Text Example

White with #DD2F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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