Html Css Color HEX #DB3265 Cerise

📋 copy color: '#DB3265'

red 219 ◦ green 50 ◦ blue 101

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

Shades of Cerise #DB3265

Tints of Cerise #DB3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 59.19%
G = 13.51%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3265 (or 0xDB3265) is known color: Cerise. HEX triplet: DB, 32 and 65. RGB value is (219,50,101). Sum of RGB (Red+Green+Blue) = 219+50+101=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3265 is #24CD9A. Grayscale: #6A6A6A. Windows color (decimal): -2411931 or 6632155. OLE color: 6632155.

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

Color convert

RGB 219 50 101 -
CMYK 0 0.77 0.54 0.14
HSL 341.89º 0.7% 0.53% -
HSV(B) 341.89º 0.77% 0.86% -
XYZ 32.7 18.28 14.12 -
YUV 106.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 219 50 101 0 0.77 0.54 0.14 341.89 0.7 0.53
Hex DB 32 65 0 4D 36 E 156 46 35
Octal 333 62 145 0 115 66 16 526 106 65
Binary 11011011 110010 1100101 0 1001101 110110 1110 101010110 1000110 110101

Color Harmonies of #DB3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3265

Black with #DB3265

Text Example


Text Example

White with #DB3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3265; }

 p { color: rgb(219,50,101); }

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

background-color css

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

 a { background-color: rgb(219,50,101); }

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

border-color css

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

 span { border-color: rgb(219,50,101); }

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