Html Css Color HEX #DC305B Cerise

📋 copy color: '#DC305B'

red 220 ◦ green 48 ◦ blue 91

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

Shades of Cerise #DC305B

Tints of Cerise #DC305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 61.28%
G = 13.37%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC305B (or 0xDC305B) is known color: Cerise. HEX triplet: DC, 30 and 5B. RGB value is (220,48,91). Sum of RGB (Red+Green+Blue) = 220+48+91=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC305B is #23CFA4. Grayscale: #686868. Windows color (decimal): -2346917 or 5976284. OLE color: 5976284.

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

Color convert

RGB 220 48 91 -
CMYK 0 0.78 0.59 0.14
HSL 345º 0.71% 0.53% -
HSV(B) 345º 0.78% 0.86% -
XYZ 32.46 18.08 11.68 -
YUV 104.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 220 48 91 0 0.78 0.59 0.14 345 0.71 0.53
Hex DC 30 5B 0 4E 3B E 159 47 35
Octal 334 60 133 0 116 73 16 531 107 65
Binary 11011100 110000 1011011 0 1001110 111011 1110 101011001 1000111 110101

Color Harmonies of #DC305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC305B

Black with #DC305B

Text Example


Text Example

White with #DC305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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