Html Css Color HEX #DB338C Deep Cerise

📋 copy color: '#DB338C'

red 219 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #DB338C

Tints of Deep Cerise #DB338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 53.41%
G = 12.44%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB338C (or 0xDB338C) is known color: Deep Cerise. HEX triplet: DB, 33 and 8C. RGB value is (219,51,140). Sum of RGB (Red+Green+Blue) = 219+51+140=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB338C is #24CC73. Grayscale: #6F6F6F. Windows color (decimal): -2411636 or 9188315. OLE color: 9188315.

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

Color convert

RGB 219 51 140 -
CMYK 0 0.77 0.36 0.14
HSL 328.21º 0.7% 0.53% -
HSV(B) 328.21º 0.77% 0.86% -
XYZ 35.13 19.32 26.69 -
YUV 111.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 219 51 140 0 0.77 0.36 0.14 328.21 0.7 0.53
Hex DB 33 8C 0 4D 24 E 148 46 35
Octal 333 63 214 0 115 44 16 510 106 65
Binary 11011011 110011 10001100 0 1001101 100100 1110 101001000 1000110 110101

Color Harmonies of #DB338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB338C

Black with #DB338C

Text Example


Text Example

White with #DB338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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