Html Css Color HEX #DD2F8C Deep Cerise

📋 copy color: '#DD2F8C'

red 221 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #DD2F8C

Tints of Deep Cerise #DD2F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 54.17%
G = 11.52%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD2F8C (or 0xDD2F8C) is known color: Deep Cerise. HEX triplet: DD, 2F and 8C. RGB value is (221,47,140). Sum of RGB (Red+Green+Blue) = 221+47+140=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F8C is #22D073. Grayscale: #6D6D6D. Windows color (decimal): -2281588 or 9187293. OLE color: 9187293.

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

Color convert

RGB 221 47 140 -
CMYK 0 0.79 0.37 0.13
HSL 327.93º 0.72% 0.53% -
HSV(B) 327.93º 0.79% 0.87% -
XYZ 35.57 19.3 26.66 -
YUV 109.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 221 47 140 0 0.79 0.37 0.13 327.93 0.72 0.53
Hex DD 2F 8C 0 4F 25 D 148 48 35
Octal 335 57 214 0 117 45 15 510 110 65
Binary 11011101 101111 10001100 0 1001111 100101 1101 101001000 1001000 110101

Color Harmonies of #DD2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F8C

Black with #DD2F8C

Text Example


Text Example

White with #DD2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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