Html Css Color HEX #DB3DA2 Deep Cerise

📋 copy color: '#DB3DA2'

red 219 ◦ green 61 ◦ blue 162

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

Shades of Deep Cerise #DB3DA2

Tints of Deep Cerise #DB3DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 49.55%
G = 13.8%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB3DA2 (or 0xDB3DA2) is known color: Deep Cerise. HEX triplet: DB, 3D and A2. RGB value is (219,61,162). Sum of RGB (Red+Green+Blue) = 219+61+162=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DA2 is #24C25D. Grayscale: #777777. Windows color (decimal): -2409054 or 10632667. OLE color: 10632667.

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

Color convert

RGB 219 61 162 -
CMYK 0 0.72 0.26 0.14
HSL 321.65º 0.69% 0.55% -
HSV(B) 321.65º 0.72% 0.86% -
XYZ 37.4 21.01 36.27 -
YUV 119.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 219 61 162 0 0.72 0.26 0.14 321.65 0.69 0.55
Hex DB 3D A2 0 48 1A E 142 45 37
Octal 333 75 242 0 110 32 16 502 105 67
Binary 11011011 111101 10100010 0 1001000 11010 1110 101000010 1000101 110111

Color Harmonies of #DB3DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DA2

Black with #DB3DA2

Text Example


Text Example

White with #DB3DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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