Html Css Color HEX #DC307A Deep Cerise

📋 copy color: '#DC307A'

red 220 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #DC307A

Tints of Deep Cerise #DC307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 56.41%
G = 12.31%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC307A (or 0xDC307A) is known color: Deep Cerise. HEX triplet: DC, 30 and 7A. RGB value is (220,48,122). Sum of RGB (Red+Green+Blue) = 220+48+122=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC307A is #23CF85. Grayscale: #6B6B6B. Windows color (decimal): -2346886 or 8007900. OLE color: 8007900.

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

Color convert

RGB 220 48 122 -
CMYK 0 0.78 0.45 0.14
HSL 334.19º 0.71% 0.53% -
HSV(B) 334.19º 0.78% 0.86% -
XYZ 34.09 18.73 20.23 -
YUV 107.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 220 48 122 0 0.78 0.45 0.14 334.19 0.71 0.53
Hex DC 30 7A 0 4E 2D E 14E 47 35
Octal 334 60 172 0 116 55 16 516 107 65
Binary 11011100 110000 1111010 0 1001110 101101 1110 101001110 1000111 110101

Color Harmonies of #DC307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC307A

Black with #DC307A

Text Example


Text Example

White with #DC307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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