Html Css Color HEX #DC246F Cerise

📋 copy color: '#DC246F'

red 220 ◦ green 36 ◦ blue 111

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

Shades of Cerise #DC246F

Tints of Cerise #DC246F

RGB

 RED value IS 220 (86.33% from 255) = 59.95%

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 59.95%
G = 9.81%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC246F (or 0xDC246F) is known color: Cerise. HEX triplet: DC, 24 and 6F. RGB value is (220,36,111). Sum of RGB (Red+Green+Blue) = 220+36+111=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246F is #23DB90. Grayscale: #636363. Windows color (decimal): -2349969 or 7283932. OLE color: 7283932.

HSL color Cylindrical-coordinate representation of color #DC246F: hue angle of 335.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC246F is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 111 -
CMYK 0 0.84 0.50 0.14
HSL 335.54º 0.72% 0.5% -
HSV(B) 335.54º 0.84% 0.86% -
XYZ 33.02 17.63 16.7 -
YUV 99.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 220 36 111 0 0.84 0.50 0.14 335.54 0.72 0.5
Hex DC 24 6F 0 54 32 E 150 48 32
Octal 334 44 157 0 124 62 16 520 110 62
Binary 11011100 100100 1101111 0 1010100 110010 1110 101010000 1001000 110010

Color Harmonies of #DC246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC246F

Black with #DC246F

Text Example


Text Example

White with #DC246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC246F; }

 p { color: rgb(220,36,111); }

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

background-color css

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

 a { background-color: rgb(220,36,111); }

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

border-color css

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

 span { border-color: rgb(220,36,111); }

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