Html Css Color HEX #DD1F9B Deep Cerise

📋 copy color: '#DD1F9B'

red 221 ◦ green 31 ◦ blue 155

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

Shades of Deep Cerise #DD1F9B

Tints of Deep Cerise #DD1F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 54.3%
G = 7.62%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD1F9B (or 0xDD1F9B) is known color: Deep Cerise. HEX triplet: DD, 1F and 9B. RGB value is (221,31,155). Sum of RGB (Red+Green+Blue) = 221+31+155=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F9B is #22E064. Grayscale: #656565. Windows color (decimal): -2285669 or 10166237. OLE color: 10166237.

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

Color convert

RGB 221 31 155 -
CMYK 0 0.86 0.30 0.13
HSL 320.84º 0.75% 0.49% -
HSV(B) 320.84º 0.86% 0.87% -
XYZ 36.23 18.72 32.71 -
YUV 101.95 157.95 212.92 -
System Red Green Blue C M Y K H S L
Decimal 221 31 155 0 0.86 0.30 0.13 320.84 0.75 0.49
Hex DD 1F 9B 0 56 1E D 141 4B 31
Octal 335 37 233 0 126 36 15 501 113 61
Binary 11011101 11111 10011011 0 1010110 11110 1101 101000001 1001011 110001

Color Harmonies of #DD1F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F9B

Black with #DD1F9B

Text Example


Text Example

White with #DD1F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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