Html Css Color HEX #DB306C Cerise

📋 copy color: '#DB306C'

red 219 ◦ green 48 ◦ blue 108

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

Shades of Cerise #DB306C

Tints of Cerise #DB306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 58.4%
G = 12.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB306C (or 0xDB306C) is known color: Cerise. HEX triplet: DB, 30 and 6C. RGB value is (219,48,108). Sum of RGB (Red+Green+Blue) = 219+48+108=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB306C is #24CF93. Grayscale: #696969. Windows color (decimal): -2412436 or 7090395. OLE color: 7090395.

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

Color convert

RGB 219 48 108 -
CMYK 0 0.78 0.51 0.14
HSL 338.95º 0.7% 0.52% -
HSV(B) 338.95º 0.78% 0.86% -
XYZ 32.98 18.26 15.97 -
YUV 105.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 219 48 108 0 0.78 0.51 0.14 338.95 0.7 0.52
Hex DB 30 6C 0 4E 33 E 153 46 34
Octal 333 60 154 0 116 63 16 523 106 64
Binary 11011011 110000 1101100 0 1001110 110011 1110 101010011 1000110 110100

Color Harmonies of #DB306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB306C

Black with #DB306C

Text Example


Text Example

White with #DB306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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