Html Css Color HEX #DF2C7F Deep Cerise

📋 copy color: '#DF2C7F'

red 223 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #DF2C7F

Tints of Deep Cerise #DF2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 56.6%
G = 11.17%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF2C7F (or 0xDF2C7F) is known color: Deep Cerise. HEX triplet: DF, 2C and 7F. RGB value is (223,44,127). Sum of RGB (Red+Green+Blue) = 223+44+127=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C7F is #20D380. Grayscale: #6A6A6A. Windows color (decimal): -2151297 or 8334559. OLE color: 8334559.

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

Color convert

RGB 223 44 127 -
CMYK 0 0.80 0.43 0.13
HSL 332.18º 0.74% 0.52% -
HSV(B) 332.18º 0.8% 0.87% -
XYZ 35.16 19.02 21.9 -
YUV 106.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 223 44 127 0 0.80 0.43 0.13 332.18 0.74 0.52
Hex DF 2C 7F 0 50 2B D 14C 4A 34
Octal 337 54 177 0 120 53 15 514 112 64
Binary 11011111 101100 1111111 0 1010000 101011 1101 101001100 1001010 110100

Color Harmonies of #DF2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C7F

Black with #DF2C7F

Text Example


Text Example

White with #DF2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C7F; }

 p { color: rgb(223,44,127); }

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

background-color css

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

 a { background-color: rgb(223,44,127); }

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

border-color css

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

 span { border-color: rgb(223,44,127); }

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