Html Css Color HEX #DB3DA5 Deep Cerise

📋 copy color: '#DB3DA5'

red 219 ◦ green 61 ◦ blue 165

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

Shades of Deep Cerise #DB3DA5

Tints of Deep Cerise #DB3DA5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 49.21%
G = 13.71%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB3DA5 (or 0xDB3DA5) is known color: Deep Cerise. HEX triplet: DB, 3D and A5. RGB value is (219,61,165). Sum of RGB (Red+Green+Blue) = 219+61+165=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DA5 is #24C25A. Grayscale: #777777. Windows color (decimal): -2409051 or 10829275. OLE color: 10829275.

HSL color Cylindrical-coordinate representation of color #DB3DA5: hue angle of 320.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DA5 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 61 165 -
CMYK 0 0.72 0.25 0.14
HSL 320.51º 0.69% 0.55% -
HSV(B) 320.51º 0.72% 0.86% -
XYZ 37.67 21.11 37.69 -
YUV 120.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 219 61 165 0 0.72 0.25 0.14 320.51 0.69 0.55
Hex DB 3D A5 0 48 19 E 141 45 37
Octal 333 75 245 0 110 31 16 501 105 67
Binary 11011011 111101 10100101 0 1001000 11001 1110 101000001 1000101 110111

Color Harmonies of #DB3DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DA5

Black with #DB3DA5

Text Example


Text Example

White with #DB3DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DA5; }

 p { color: rgb(219,61,165); }

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

background-color css

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

 a { background-color: rgb(219,61,165); }

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

border-color css

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

 span { border-color: rgb(219,61,165); }

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