Html Css Color HEX #DF2462 Cerise

📋 copy color: '#DF2462'

red 223 ◦ green 36 ◦ blue 98

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

Shades of Cerise #DF2462

Tints of Cerise #DF2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 62.46%
G = 10.08%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF2462 (or 0xDF2462) is known color: Cerise. HEX triplet: DF, 24 and 62. RGB value is (223,36,98). Sum of RGB (Red+Green+Blue) = 223+36+98=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2462 is #20DB9D. Grayscale: #626262. Windows color (decimal): -2153374 or 6431967. OLE color: 6431967.

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

Color convert

RGB 223 36 98 -
CMYK 0 0.84 0.56 0.13
HSL 340.11º 0.75% 0.51% -
HSV(B) 340.11º 0.84% 0.87% -
XYZ 33.27 17.83 13.24 -
YUV 98.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 223 36 98 0 0.84 0.56 0.13 340.11 0.75 0.51
Hex DF 24 62 0 54 38 D 154 4B 33
Octal 337 44 142 0 124 70 15 524 113 63
Binary 11011111 100100 1100010 0 1010100 111000 1101 101010100 1001011 110011

Color Harmonies of #DF2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2462

Black with #DF2462

Text Example


Text Example

White with #DF2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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