Html Css Color HEX #DC225D Cerise

📋 copy color: '#DC225D'

red 220 ◦ green 34 ◦ blue 93

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

Shades of Cerise #DC225D

Tints of Cerise #DC225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 63.4%
G = 9.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC225D (or 0xDC225D) is known color: Cerise. HEX triplet: DC, 22 and 5D. RGB value is (220,34,93). Sum of RGB (Red+Green+Blue) = 220+34+93=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC225D is #23DDA2. Grayscale: #606060. Windows color (decimal): -2350499 or 6103772. OLE color: 6103772.

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

Color convert

RGB 220 34 93 -
CMYK 0 0.85 0.58 0.14
HSL 340.97º 0.73% 0.5% -
HSV(B) 340.97º 0.85% 0.86% -
XYZ 32.06 17.15 11.98 -
YUV 96.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 220 34 93 0 0.85 0.58 0.14 340.97 0.73 0.5
Hex DC 22 5D 0 55 3A E 155 49 32
Octal 334 42 135 0 125 72 16 525 111 62
Binary 11011100 100010 1011101 0 1010101 111010 1110 101010101 1001001 110010

Color Harmonies of #DC225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC225D

Black with #DC225D

Text Example


Text Example

White with #DC225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC225D; }

 p { color: rgb(220,34,93); }

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

background-color css

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

 a { background-color: rgb(220,34,93); }

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

border-color css

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

 span { border-color: rgb(220,34,93); }

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