Html Css Color HEX #DC307B Deep Cerise

📋 copy color: '#DC307B'

red 220 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #DC307B

Tints of Deep Cerise #DC307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 56.27%
G = 12.28%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC307B (or 0xDC307B) is known color: Deep Cerise. HEX triplet: DC, 30 and 7B. RGB value is (220,48,123). Sum of RGB (Red+Green+Blue) = 220+48+123=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC307B is #23CF84. Grayscale: #6B6B6B. Windows color (decimal): -2346885 or 8073436. OLE color: 8073436.

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

Color convert

RGB 220 48 123 -
CMYK 0 0.78 0.44 0.14
HSL 333.84º 0.71% 0.53% -
HSV(B) 333.84º 0.78% 0.86% -
XYZ 34.15 18.76 20.56 -
YUV 107.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 220 48 123 0 0.78 0.44 0.14 333.84 0.71 0.53
Hex DC 30 7B 0 4E 2C E 14E 47 35
Octal 334 60 173 0 116 54 16 516 107 65
Binary 11011100 110000 1111011 0 1001110 101100 1110 101001110 1000111 110101

Color Harmonies of #DC307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC307B

Black with #DC307B

Text Example


Text Example

White with #DC307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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