Html Css Color HEX #DC307E Deep Cerise

📋 copy color: '#DC307E'

red 220 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #DC307E

Tints of Deep Cerise #DC307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 55.84%
G = 12.18%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC307E (or 0xDC307E) is known color: Deep Cerise. HEX triplet: DC, 30 and 7E. RGB value is (220,48,126). Sum of RGB (Red+Green+Blue) = 220+48+126=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC307E is #23CF81. Grayscale: #6C6C6C. Windows color (decimal): -2346882 or 8270044. OLE color: 8270044.

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

Color convert

RGB 220 48 126 -
CMYK 0 0.78 0.43 0.14
HSL 332.79º 0.71% 0.53% -
HSV(B) 332.79º 0.78% 0.86% -
XYZ 34.34 18.84 21.56 -
YUV 108.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 220 48 126 0 0.78 0.43 0.14 332.79 0.71 0.53
Hex DC 30 7E 0 4E 2B E 14D 47 35
Octal 334 60 176 0 116 53 16 515 107 65
Binary 11011100 110000 1111110 0 1001110 101011 1110 101001101 1000111 110101

Color Harmonies of #DC307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC307E

Black with #DC307E

Text Example


Text Example

White with #DC307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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