Html Css Color HEX #DF2F9C Deep Cerise

📋 copy color: '#DF2F9C'

red 223 ◦ green 47 ◦ blue 156

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

Shades of Deep Cerise #DF2F9C

Tints of Deep Cerise #DF2F9C

RGB

 RED value IS 223 (87.5% from 255) = 52.35%

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 52.35%
G = 11.03%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF2F9C (or 0xDF2F9C) is known color: Deep Cerise. HEX triplet: DF, 2F and 9C. RGB value is (223,47,156). Sum of RGB (Red+Green+Blue) = 223+47+156=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2F9C is #20D063. Grayscale: #6F6F6F. Windows color (decimal): -2150500 or 10235871. OLE color: 10235871.

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

Color convert

RGB 223 47 156 -
CMYK 0 0.79 0.30 0.13
HSL 322.84º 0.73% 0.53% -
HSV(B) 322.84º 0.79% 0.87% -
XYZ 37.45 20.12 33.36 -
YUV 112.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 223 47 156 0 0.79 0.30 0.13 322.84 0.73 0.53
Hex DF 2F 9C 0 4F 1E D 143 49 35
Octal 337 57 234 0 117 36 15 503 111 65
Binary 11011111 101111 10011100 0 1001111 11110 1101 101000011 1001001 110101

Color Harmonies of #DF2F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F9C

Black with #DF2F9C

Text Example


Text Example

White with #DF2F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F9C; }

 p { color: rgb(223,47,156); }

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

background-color css

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

 a { background-color: rgb(223,47,156); }

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

border-color css

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

 span { border-color: rgb(223,47,156); }

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