Html Css Color HEX #DF245F Cerise

📋 copy color: '#DF245F'

red 223 ◦ green 36 ◦ blue 95

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

Shades of Cerise #DF245F

Tints of Cerise #DF245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

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

R = 62.99%
G = 10.17%
B = 26.84%

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

#DF245F (or 0xDF245F) is known color: Cerise. HEX triplet: DF, 24 and 5F. RGB value is (223,36,95). Sum of RGB (Red+Green+Blue) = 223+36+95=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF245F is #20DBA0. Grayscale: #626262. Windows color (decimal): -2153377 or 6235359. OLE color: 6235359.

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

Color convert

RGB 223 36 95 -
CMYK 0 0.84 0.57 0.13
HSL 341.07º 0.75% 0.51% -
HSV(B) 341.07º 0.84% 0.87% -
XYZ 33.13 17.78 12.51 -
YUV 98.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 223 36 95 0 0.84 0.57 0.13 341.07 0.75 0.51
Hex DF 24 5F 0 54 39 D 155 4B 33
Octal 337 44 137 0 124 71 15 525 113 63
Binary 11011111 100100 1011111 0 1010100 111001 1101 101010101 1001011 110011

Color Harmonies of #DF245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF245F

Black with #DF245F

Text Example


Text Example

White with #DF245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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