Html Css Color HEX #DC416A Cerise

📋 copy color: '#DC416A'

red 220 ◦ green 65 ◦ blue 106

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

Shades of Cerise #DC416A

Tints of Cerise #DC416A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 56.27%
G = 16.62%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC416A (or 0xDC416A) is known color: Cerise. HEX triplet: DC, 41 and 6A. RGB value is (220,65,106). Sum of RGB (Red+Green+Blue) = 220+65+106=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416A is #23BE95. Grayscale: #747474. Windows color (decimal): -2342550 or 6963676. OLE color: 6963676.

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

Color convert

RGB 220 65 106 -
CMYK 0 0.70 0.52 0.14
HSL 344.13º 0.69% 0.56% -
HSV(B) 344.13º 0.7% 0.86% -
XYZ 34.01 20.04 15.71 -
YUV 116.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 220 65 106 0 0.70 0.52 0.14 344.13 0.69 0.56
Hex DC 41 6A 0 46 34 E 158 45 38
Octal 334 101 152 0 106 64 16 530 105 70
Binary 11011100 1000001 1101010 0 1000110 110100 1110 101011000 1000101 111000

Color Harmonies of #DC416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC416A

Black with #DC416A

Text Example


Text Example

White with #DC416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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