Html Css Color HEX #DB3069 Cerise

📋 copy color: '#DB3069'

red 219 ◦ green 48 ◦ blue 105

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

Shades of Cerise #DB3069

Tints of Cerise #DB3069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 58.87%
G = 12.9%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB3069 (or 0xDB3069) is known color: Cerise. HEX triplet: DB, 30 and 69. RGB value is (219,48,105). Sum of RGB (Red+Green+Blue) = 219+48+105=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3069 is #24CF96. Grayscale: #696969. Windows color (decimal): -2412439 or 6893787. OLE color: 6893787.

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

Color convert

RGB 219 48 105 -
CMYK 0 0.78 0.52 0.14
HSL 340º 0.7% 0.52% -
HSV(B) 340º 0.78% 0.86% -
XYZ 32.82 18.19 15.15 -
YUV 105.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 219 48 105 0 0.78 0.52 0.14 340 0.7 0.52
Hex DB 30 69 0 4E 34 E 154 46 34
Octal 333 60 151 0 116 64 16 524 106 64
Binary 11011011 110000 1101001 0 1001110 110100 1110 101010100 1000110 110100

Color Harmonies of #DB3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3069

Black with #DB3069

Text Example


Text Example

White with #DB3069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3069; }

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

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

background-color css

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

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

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

border-color css

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

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

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