Html Css Color HEX #DF2D60 Cerise

📋 copy color: '#DF2D60'

red 223 ◦ green 45 ◦ blue 96

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

Shades of Cerise #DF2D60

Tints of Cerise #DF2D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 61.26%
G = 12.36%
B = 26.37%

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

#DF2D60 (or 0xDF2D60) is known color: Cerise. HEX triplet: DF, 2D and 60. RGB value is (223,45,96). Sum of RGB (Red+Green+Blue) = 223+45+96=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D60 is #20D29F. Grayscale: #686868. Windows color (decimal): -2151072 or 6303199. OLE color: 6303199.

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

Color convert

RGB 223 45 96 -
CMYK 0 0.80 0.57 0.13
HSL 342.81º 0.74% 0.53% -
HSV(B) 342.81º 0.8% 0.87% -
XYZ 33.48 18.41 12.86 -
YUV 104.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 223 45 96 0 0.80 0.57 0.13 342.81 0.74 0.53
Hex DF 2D 60 0 50 39 D 157 4A 35
Octal 337 55 140 0 120 71 15 527 112 65
Binary 11011111 101101 1100000 0 1010000 111001 1101 101010111 1001010 110101

Color Harmonies of #DF2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D60

Black with #DF2D60

Text Example


Text Example

White with #DF2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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