Html Css Color HEX #DC225B Cerise

📋 copy color: '#DC225B'

red 220 ◦ green 34 ◦ blue 91

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

Shades of Cerise #DC225B

Tints of Cerise #DC225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 63.77%
G = 9.86%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC225B (or 0xDC225B) is known color: Cerise. HEX triplet: DC, 22 and 5B. RGB value is (220,34,91). Sum of RGB (Red+Green+Blue) = 220+34+91=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC225B is #23DDA4. Grayscale: #606060. Windows color (decimal): -2350501 or 5972700. OLE color: 5972700.

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

Color convert

RGB 220 34 91 -
CMYK 0 0.85 0.59 0.14
HSL 341.61º 0.73% 0.5% -
HSV(B) 341.61º 0.85% 0.86% -
XYZ 31.98 17.12 11.52 -
YUV 96.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 220 34 91 0 0.85 0.59 0.14 341.61 0.73 0.5
Hex DC 22 5B 0 55 3B E 156 49 32
Octal 334 42 133 0 125 73 16 526 111 62
Binary 11011100 100010 1011011 0 1010101 111011 1110 101010110 1001001 110010

Color Harmonies of #DC225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC225B

Black with #DC225B

Text Example


Text Example

White with #DC225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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