Html Css Color HEX #DC416B Cerise

📋 copy color: '#DC416B'

red 220 ◦ green 65 ◦ blue 107

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

Shades of Cerise #DC416B

Tints of Cerise #DC416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 56.12%
G = 16.58%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC416B (or 0xDC416B) is known color: Cerise. HEX triplet: DC, 41 and 6B. RGB value is (220,65,107). Sum of RGB (Red+Green+Blue) = 220+65+107=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC416B is #23BE94. Grayscale: #747474. Windows color (decimal): -2342549 or 7029212. OLE color: 7029212.

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

Color convert

RGB 220 65 107 -
CMYK 0 0.70 0.51 0.14
HSL 343.74º 0.69% 0.56% -
HSV(B) 343.74º 0.7% 0.86% -
XYZ 34.06 20.06 15.99 -
YUV 116.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 220 65 107 0 0.70 0.51 0.14 343.74 0.69 0.56
Hex DC 41 6B 0 46 33 E 158 45 38
Octal 334 101 153 0 106 63 16 530 105 70
Binary 11011100 1000001 1101011 0 1000110 110011 1110 101011000 1000101 111000

Color Harmonies of #DC416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC416B

Black with #DC416B

Text Example


Text Example

White with #DC416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC416B; }

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

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

background-color css

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

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

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

border-color css

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

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

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