Html Css Color HEX #DC305E Cerise

📋 copy color: '#DC305E'

red 220 ◦ green 48 ◦ blue 94

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

Shades of Cerise #DC305E

Tints of Cerise #DC305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 60.77%
G = 13.26%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC305E (or 0xDC305E) is known color: Cerise. HEX triplet: DC, 30 and 5E. RGB value is (220,48,94). Sum of RGB (Red+Green+Blue) = 220+48+94=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC305E is #23CFA1. Grayscale: #686868. Windows color (decimal): -2346914 or 6172892. OLE color: 6172892.

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

Color convert

RGB 220 48 94 -
CMYK 0 0.78 0.57 0.14
HSL 343.95º 0.71% 0.53% -
HSV(B) 343.95º 0.78% 0.86% -
XYZ 32.59 18.14 12.37 -
YUV 104.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 220 48 94 0 0.78 0.57 0.14 343.95 0.71 0.53
Hex DC 30 5E 0 4E 39 E 158 47 35
Octal 334 60 136 0 116 71 16 530 107 65
Binary 11011100 110000 1011110 0 1001110 111001 1110 101011000 1000111 110101

Color Harmonies of #DC305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC305E

Black with #DC305E

Text Example


Text Example

White with #DC305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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