Html Css Color HEX #DC3075 Deep Cerise

📋 copy color: '#DC3075'

red 220 ◦ green 48 ◦ blue 117

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

Shades of Deep Cerise #DC3075

Tints of Deep Cerise #DC3075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 57.14%
G = 12.47%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3075 (or 0xDC3075) is known color: Deep Cerise. HEX triplet: DC, 30 and 75. RGB value is (220,48,117). Sum of RGB (Red+Green+Blue) = 220+48+117=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3075 is #23CF8A. Grayscale: #6B6B6B. Windows color (decimal): -2346891 or 7680220. OLE color: 7680220.

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

Color convert

RGB 220 48 117 -
CMYK 0 0.78 0.47 0.14
HSL 335.93º 0.71% 0.53% -
HSV(B) 335.93º 0.78% 0.86% -
XYZ 33.78 18.61 18.64 -
YUV 107.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 220 48 117 0 0.78 0.47 0.14 335.93 0.71 0.53
Hex DC 30 75 0 4E 2F E 150 47 35
Octal 334 60 165 0 116 57 16 520 107 65
Binary 11011100 110000 1110101 0 1001110 101111 1110 101010000 1000111 110101

Color Harmonies of #DC3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3075

Black with #DC3075

Text Example


Text Example

White with #DC3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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