Html Css Color HEX #DB3D8A Deep Cerise

📋 copy color: '#DB3D8A'

red 219 ◦ green 61 ◦ blue 138

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

Shades of Deep Cerise #DB3D8A

Tints of Deep Cerise #DB3D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 52.39%
G = 14.59%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB3D8A (or 0xDB3D8A) is known color: Deep Cerise. HEX triplet: DB, 3D and 8A. RGB value is (219,61,138). Sum of RGB (Red+Green+Blue) = 219+61+138=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D8A is #24C275. Grayscale: #747474. Windows color (decimal): -2409078 or 9059803. OLE color: 9059803.

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

Color convert

RGB 219 61 138 -
CMYK 0 0.72 0.37 0.14
HSL 330.76º 0.69% 0.55% -
HSV(B) 330.76º 0.72% 0.86% -
XYZ 35.47 20.23 26.08 -
YUV 117.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 219 61 138 0 0.72 0.37 0.14 330.76 0.69 0.55
Hex DB 3D 8A 0 48 25 E 14B 45 37
Octal 333 75 212 0 110 45 16 513 105 67
Binary 11011011 111101 10001010 0 1001000 100101 1110 101001011 1000101 110111

Color Harmonies of #DB3D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D8A

Black with #DB3D8A

Text Example


Text Example

White with #DB3D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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