Html Css Color HEX #DC405D Cerise

📋 copy color: '#DC405D'

red 220 ◦ green 64 ◦ blue 93

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

Shades of Cerise #DC405D

Tints of Cerise #DC405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 58.36%
G = 16.98%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC405D (or 0xDC405D) is known color: Cerise. HEX triplet: DC, 40 and 5D. RGB value is (220,64,93). Sum of RGB (Red+Green+Blue) = 220+64+93=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405D is #23BFA2. Grayscale: #717171. Windows color (decimal): -2342819 or 6111452. OLE color: 6111452.

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

Color convert

RGB 220 64 93 -
CMYK 0 0.71 0.58 0.14
HSL 348.85º 0.69% 0.56% -
HSV(B) 348.85º 0.71% 0.86% -
XYZ 33.32 19.67 12.4 -
YUV 113.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 220 64 93 0 0.71 0.58 0.14 348.85 0.69 0.56
Hex DC 40 5D 0 47 3A E 15D 45 38
Octal 334 100 135 0 107 72 16 535 105 70
Binary 11011100 1000000 1011101 0 1000111 111010 1110 101011101 1000101 111000

Color Harmonies of #DC405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC405D

Black with #DC405D

Text Example


Text Example

White with #DC405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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