Html Css Color HEX #DF2D7C Deep Cerise

📋 copy color: '#DF2D7C'

red 223 ◦ green 45 ◦ blue 124

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

Shades of Deep Cerise #DF2D7C

Tints of Deep Cerise #DF2D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 56.89%
G = 11.48%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF2D7C (or 0xDF2D7C) is known color: Deep Cerise. HEX triplet: DF, 2D and 7C. RGB value is (223,45,124). Sum of RGB (Red+Green+Blue) = 223+45+124=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D7C is #20D283. Grayscale: #6B6B6B. Windows color (decimal): -2151044 or 8138207. OLE color: 8138207.

HSL color Cylindrical-coordinate representation of color #DF2D7C: hue angle of 333.37º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D7C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 124 -
CMYK 0 0.80 0.44 0.13
HSL 333.37º 0.74% 0.53% -
HSV(B) 333.37º 0.8% 0.87% -
XYZ 35.01 19.02 20.89 -
YUV 107.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 223 45 124 0 0.80 0.44 0.13 333.37 0.74 0.53
Hex DF 2D 7C 0 50 2C D 14D 4A 35
Octal 337 55 174 0 120 54 15 515 112 65
Binary 11011111 101101 1111100 0 1010000 101100 1101 101001101 1001010 110101

Color Harmonies of #DF2D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D7C

Black with #DF2D7C

Text Example


Text Example

White with #DF2D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D7C; }

 p { color: rgb(223,45,124); }

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

background-color css

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

 a { background-color: rgb(223,45,124); }

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

border-color css

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

 span { border-color: rgb(223,45,124); }

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