Html Css Color HEX #DD1F97 Deep Cerise

📋 copy color: '#DD1F97'

red 221 ◦ green 31 ◦ blue 151

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

Shades of Deep Cerise #DD1F97

Tints of Deep Cerise #DD1F97

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.69%

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 54.84%
G = 7.69%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1F97 (or 0xDD1F97) is known color: Deep Cerise. HEX triplet: DD, 1F and 97. RGB value is (221,31,151). Sum of RGB (Red+Green+Blue) = 221+31+151=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F97 is #22E068. Grayscale: #656565. Windows color (decimal): -2285673 or 9904093. OLE color: 9904093.

HSL color Cylindrical-coordinate representation of color #DD1F97: hue angle of 322.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F97 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 31 151 -
CMYK 0 0.86 0.32 0.13
HSL 322.11º 0.75% 0.49% -
HSV(B) 322.11º 0.86% 0.87% -
XYZ 35.89 18.59 30.97 -
YUV 101.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 221 31 151 0 0.86 0.32 0.13 322.11 0.75 0.49
Hex DD 1F 97 0 56 20 D 142 4B 31
Octal 335 37 227 0 126 40 15 502 113 61
Binary 11011101 11111 10010111 0 1010110 100000 1101 101000010 1001011 110001

Color Harmonies of #DD1F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F97

Black with #DD1F97

Text Example


Text Example

White with #DD1F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F97; }

 p { color: rgb(221,31,151); }

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

background-color css

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

 a { background-color: rgb(221,31,151); }

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

border-color css

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

 span { border-color: rgb(221,31,151); }

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