Html Css Color HEX #DC246D Cerise

📋 copy color: '#DC246D'

red 220 ◦ green 36 ◦ blue 109

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

Shades of Cerise #DC246D

Tints of Cerise #DC246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 60.27%
G = 9.86%
B = 29.86%

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

#DC246D (or 0xDC246D) is known color: Cerise. HEX triplet: DC, 24 and 6D. RGB value is (220,36,109). Sum of RGB (Red+Green+Blue) = 220+36+109=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246D is #23DB92. Grayscale: #636363. Windows color (decimal): -2349971 or 7152860. OLE color: 7152860.

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

Color convert

RGB 220 36 109 -
CMYK 0 0.84 0.50 0.14
HSL 336.2º 0.72% 0.5% -
HSV(B) 336.2º 0.84% 0.86% -
XYZ 32.91 17.58 16.13 -
YUV 99.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 220 36 109 0 0.84 0.50 0.14 336.2 0.72 0.5
Hex DC 24 6D 0 54 32 E 150 48 32
Octal 334 44 155 0 124 62 16 520 110 62
Binary 11011100 100100 1101101 0 1010100 110010 1110 101010000 1001000 110010

Color Harmonies of #DC246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC246D

Black with #DC246D

Text Example


Text Example

White with #DC246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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