Html Css Color HEX #DB3D9E Deep Cerise

📋 copy color: '#DB3D9E'

red 219 ◦ green 61 ◦ blue 158

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

Shades of Deep Cerise #DB3D9E

Tints of Deep Cerise #DB3D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 50%
G = 13.93%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB3D9E (or 0xDB3D9E) is known color: Deep Cerise. HEX triplet: DB, 3D and 9E. RGB value is (219,61,158). Sum of RGB (Red+Green+Blue) = 219+61+158=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D9E is #24C261. Grayscale: #777777. Windows color (decimal): -2409058 or 10370523. OLE color: 10370523.

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

Color convert

RGB 219 61 158 -
CMYK 0 0.72 0.28 0.14
HSL 323.16º 0.69% 0.55% -
HSV(B) 323.16º 0.72% 0.86% -
XYZ 37.05 20.87 34.42 -
YUV 119.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 219 61 158 0 0.72 0.28 0.14 323.16 0.69 0.55
Hex DB 3D 9E 0 48 1C E 143 45 37
Octal 333 75 236 0 110 34 16 503 105 67
Binary 11011011 111101 10011110 0 1001000 11100 1110 101000011 1000101 110111

Color Harmonies of #DB3D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D9E

Black with #DB3D9E

Text Example


Text Example

White with #DB3D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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