Html Css Color HEX #DC415A Cerise

📋 copy color: '#DC415A'

red 220 ◦ green 65 ◦ blue 90

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

Shades of Cerise #DC415A

Tints of Cerise #DC415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 58.67%
G = 17.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC415A (or 0xDC415A) is known color: Cerise. HEX triplet: DC, 41 and 5A. RGB value is (220,65,90). Sum of RGB (Red+Green+Blue) = 220+65+90=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC415A is #23BEA5. Grayscale: #727272. Windows color (decimal): -2342566 or 5915100. OLE color: 5915100.

HSL color Cylindrical-coordinate representation of color #DC415A: hue angle of 350.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC415A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 90 -
CMYK 0 0.70 0.59 0.14
HSL 350.32º 0.69% 0.56% -
HSV(B) 350.32º 0.7% 0.86% -
XYZ 33.25 19.73 11.73 -
YUV 114.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 220 65 90 0 0.70 0.59 0.14 350.32 0.69 0.56
Hex DC 41 5A 0 46 3B E 15E 45 38
Octal 334 101 132 0 106 73 16 536 105 70
Binary 11011100 1000001 1011010 0 1000110 111011 1110 101011110 1000101 111000

Color Harmonies of #DC415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC415A

Black with #DC415A

Text Example


Text Example

White with #DC415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC415A; }

 p { color: rgb(220,65,90); }

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

background-color css

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

 a { background-color: rgb(220,65,90); }

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

border-color css

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

 span { border-color: rgb(220,65,90); }

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