Html Css Color HEX #DB305B Cerise

📋 copy color: '#DB305B'

red 219 ◦ green 48 ◦ blue 91

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

Shades of Cerise #DB305B

Tints of Cerise #DB305B

RGB

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

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

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

R = 61.17%
G = 13.41%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB305B (or 0xDB305B) is known color: Cerise. HEX triplet: DB, 30 and 5B. RGB value is (219,48,91). Sum of RGB (Red+Green+Blue) = 219+48+91=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB305B is #24CFA4. Grayscale: #686868. Windows color (decimal): -2412453 or 5976283. OLE color: 5976283.

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

Color convert

RGB 219 48 91 -
CMYK 0 0.78 0.58 0.14
HSL 344.91º 0.7% 0.52% -
HSV(B) 344.91º 0.78% 0.86% -
XYZ 32.16 17.93 11.66 -
YUV 104.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 219 48 91 0 0.78 0.58 0.14 344.91 0.7 0.52
Hex DB 30 5B 0 4E 3A E 159 46 34
Octal 333 60 133 0 116 72 16 531 106 64
Binary 11011011 110000 1011011 0 1001110 111010 1110 101011001 1000110 110100

Color Harmonies of #DB305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB305B

Black with #DB305B

Text Example


Text Example

White with #DB305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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