Html Css Color HEX #DB338A Deep Cerise

📋 copy color: '#DB338A'

red 219 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #DB338A

Tints of Deep Cerise #DB338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

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

R = 53.68%
G = 12.5%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB338A (or 0xDB338A) is known color: Deep Cerise. HEX triplet: DB, 33 and 8A. RGB value is (219,51,138). Sum of RGB (Red+Green+Blue) = 219+51+138=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB338A is #24CC75. Grayscale: #6E6E6E. Windows color (decimal): -2411638 or 9057243. OLE color: 9057243.

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

Color convert

RGB 219 51 138 -
CMYK 0 0.77 0.37 0.14
HSL 328.93º 0.7% 0.53% -
HSV(B) 328.93º 0.77% 0.86% -
XYZ 34.98 19.26 25.92 -
YUV 111.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 219 51 138 0 0.77 0.37 0.14 328.93 0.7 0.53
Hex DB 33 8A 0 4D 25 E 149 46 35
Octal 333 63 212 0 115 45 16 511 106 65
Binary 11011011 110011 10001010 0 1001101 100101 1110 101001001 1000110 110101

Color Harmonies of #DB338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB338A

Black with #DB338A

Text Example


Text Example

White with #DB338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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