Html Css Color HEX #DB3062 Cerise

📋 copy color: '#DB3062'

red 219 ◦ green 48 ◦ blue 98

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

Shades of Cerise #DB3062

Tints of Cerise #DB3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 60%
G = 13.15%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB3062 (or 0xDB3062) is known color: Cerise. HEX triplet: DB, 30 and 62. RGB value is (219,48,98). Sum of RGB (Red+Green+Blue) = 219+48+98=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3062 is #24CF9D. Grayscale: #686868. Windows color (decimal): -2412446 or 6435035. OLE color: 6435035.

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

Color convert

RGB 219 48 98 -
CMYK 0 0.78 0.55 0.14
HSL 342.46º 0.7% 0.52% -
HSV(B) 342.46º 0.78% 0.86% -
XYZ 32.47 18.06 13.33 -
YUV 104.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 219 48 98 0 0.78 0.55 0.14 342.46 0.7 0.52
Hex DB 30 62 0 4E 37 E 156 46 34
Octal 333 60 142 0 116 67 16 526 106 64
Binary 11011011 110000 1100010 0 1001110 110111 1110 101010110 1000110 110100

Color Harmonies of #DB3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3062

Black with #DB3062

Text Example


Text Example

White with #DB3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3062; }

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

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

background-color css

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

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

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

border-color css

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

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

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