Html Css Color HEX #DC3060 Cerise

📋 copy color: '#DC3060'

red 220 ◦ green 48 ◦ blue 96

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

Shades of Cerise #DC3060

Tints of Cerise #DC3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 60.44%
G = 13.19%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC3060 (or 0xDC3060) is known color: Cerise. HEX triplet: DC, 30 and 60. RGB value is (220,48,96). Sum of RGB (Red+Green+Blue) = 220+48+96=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3060 is #23CF9F. Grayscale: #686868. Windows color (decimal): -2346912 or 6303964. OLE color: 6303964.

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

Color convert

RGB 220 48 96 -
CMYK 0 0.78 0.56 0.14
HSL 343.26º 0.71% 0.53% -
HSV(B) 343.26º 0.78% 0.86% -
XYZ 32.68 18.17 12.85 -
YUV 104.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 220 48 96 0 0.78 0.56 0.14 343.26 0.71 0.53
Hex DC 30 60 0 4E 38 E 157 47 35
Octal 334 60 140 0 116 70 16 527 107 65
Binary 11011100 110000 1100000 0 1001110 111000 1110 101010111 1000111 110101

Color Harmonies of #DC3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3060

Black with #DC3060

Text Example


Text Example

White with #DC3060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3060; }

 p { color: rgb(220,48,96); }

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

background-color css

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

 a { background-color: rgb(220,48,96); }

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

border-color css

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

 span { border-color: rgb(220,48,96); }

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