Html Css Color HEX #DF2C5F Cerise

📋 copy color: '#DF2C5F'

red 223 ◦ green 44 ◦ blue 95

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

Shades of Cerise #DF2C5F

Tints of Cerise #DF2C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 61.6%
G = 12.15%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF2C5F (or 0xDF2C5F) is known color: Cerise. HEX triplet: DF, 2C and 5F. RGB value is (223,44,95). Sum of RGB (Red+Green+Blue) = 223+44+95=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C5F is #20D3A0. Grayscale: #676767. Windows color (decimal): -2151329 or 6237407. OLE color: 6237407.

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

Color convert

RGB 223 44 95 -
CMYK 0 0.80 0.57 0.13
HSL 342.91º 0.74% 0.52% -
HSV(B) 342.91º 0.8% 0.87% -
XYZ 33.4 18.32 12.6 -
YUV 103.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 223 44 95 0 0.80 0.57 0.13 342.91 0.74 0.52
Hex DF 2C 5F 0 50 39 D 157 4A 34
Octal 337 54 137 0 120 71 15 527 112 64
Binary 11011111 101100 1011111 0 1010000 111001 1101 101010111 1001010 110100

Color Harmonies of #DF2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C5F

Black with #DF2C5F

Text Example


Text Example

White with #DF2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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