Html Css Color HEX #DC425A Cerise

📋 copy color: '#DC425A'

red 220 ◦ green 66 ◦ blue 90

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

Shades of Cerise #DC425A

Tints of Cerise #DC425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 58.51%
G = 17.55%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC425A (or 0xDC425A) is known color: Cerise. HEX triplet: DC, 42 and 5A. RGB value is (220,66,90). Sum of RGB (Red+Green+Blue) = 220+66+90=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC425A is #23BDA5. Grayscale: #727272. Windows color (decimal): -2342310 or 5915356. OLE color: 5915356.

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

Color convert

RGB 220 66 90 -
CMYK 0 0.7 0.59 0.14
HSL 350.65º 0.69% 0.56% -
HSV(B) 350.65º 0.7% 0.86% -
XYZ 33.31 19.85 11.75 -
YUV 114.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 220 66 90 0 0.7 0.59 0.14 350.65 0.69 0.56
Hex DC 42 5A 0 46 3B E 15F 45 38
Octal 334 102 132 0 106 73 16 537 105 70
Binary 11011100 1000010 1011010 0 1000110 111011 1110 101011111 1000101 111000

Color Harmonies of #DC425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC425A

Black with #DC425A

Text Example


Text Example

White with #DC425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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