Html Css Color HEX #DF2360 Cerise

📋 copy color: '#DF2360'

red 223 ◦ green 35 ◦ blue 96

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

Shades of Cerise #DF2360

Tints of Cerise #DF2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

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

R = 62.99%
G = 9.89%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF2360 (or 0xDF2360) is known color: Cerise. HEX triplet: DF, 23 and 60. RGB value is (223,35,96). Sum of RGB (Red+Green+Blue) = 223+35+96=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2360 is #20DC9F. Grayscale: #626262. Windows color (decimal): -2153632 or 6300639. OLE color: 6300639.

HSL color Cylindrical-coordinate representation of color #DF2360: hue angle of 340.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2360 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 96 -
CMYK 0 0.84 0.57 0.13
HSL 340.53º 0.75% 0.51% -
HSV(B) 340.53º 0.84% 0.87% -
XYZ 33.14 17.73 12.74 -
YUV 98.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 223 35 96 0 0.84 0.57 0.13 340.53 0.75 0.51
Hex DF 23 60 0 54 39 D 155 4B 33
Octal 337 43 140 0 124 71 15 525 113 63
Binary 11011111 100011 1100000 0 1010100 111001 1101 101010101 1001011 110011

Color Harmonies of #DF2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2360

Black with #DF2360

Text Example


Text Example

White with #DF2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2360; }

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

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

background-color css

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

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

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

border-color css

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

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

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