Html Css Color HEX #DB305E Cerise

📋 copy color: '#DB305E'

red 219 ◦ green 48 ◦ blue 94

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

Shades of Cerise #DB305E

Tints of Cerise #DB305E

RGB

 RED value IS 219 (85.94% from 255) = 60.66%

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

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

R = 60.66%
G = 13.3%
B = 26.04%

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

#DB305E (or 0xDB305E) is known color: Cerise. HEX triplet: DB, 30 and 5E. RGB value is (219,48,94). Sum of RGB (Red+Green+Blue) = 219+48+94=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB305E is #24CFA1. Grayscale: #686868. Windows color (decimal): -2412450 or 6172891. OLE color: 6172891.

HSL color Cylindrical-coordinate representation of color #DB305E: hue angle of 343.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB305E is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 94 -
CMYK 0 0.78 0.57 0.14
HSL 343.86º 0.7% 0.52% -
HSV(B) 343.86º 0.78% 0.86% -
XYZ 32.29 17.98 12.36 -
YUV 104.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 219 48 94 0 0.78 0.57 0.14 343.86 0.7 0.52
Hex DB 30 5E 0 4E 39 E 158 46 34
Octal 333 60 136 0 116 71 16 530 106 64
Binary 11011011 110000 1011110 0 1001110 111001 1110 101011000 1000110 110100

Color Harmonies of #DB305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB305E

Black with #DB305E

Text Example


Text Example

White with #DB305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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