Html Css Color HEX #DC256D Cerise

📋 copy color: '#DC256D'

red 220 ◦ green 37 ◦ blue 109

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

Shades of Cerise #DC256D

Tints of Cerise #DC256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

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

R = 60.11%
G = 10.11%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC256D (or 0xDC256D) is known color: Cerise. HEX triplet: DC, 25 and 6D. RGB value is (220,37,109). Sum of RGB (Red+Green+Blue) = 220+37+109=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC256D is #23DA92. Grayscale: #636363. Windows color (decimal): -2349715 or 7153116. OLE color: 7153116.

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

Color convert

RGB 220 37 109 -
CMYK 0 0.83 0.50 0.14
HSL 336.39º 0.72% 0.5% -
HSV(B) 336.39º 0.83% 0.86% -
XYZ 32.94 17.64 16.14 -
YUV 99.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 220 37 109 0 0.83 0.50 0.14 336.39 0.72 0.5
Hex DC 25 6D 0 53 32 E 150 48 32
Octal 334 45 155 0 123 62 16 520 110 62
Binary 11011100 100101 1101101 0 1010011 110010 1110 101010000 1001000 110010

Color Harmonies of #DC256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC256D

Black with #DC256D

Text Example


Text Example

White with #DC256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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