Html Css Color HEX #DB3685 Deep Cerise

📋 copy color: '#DB3685'

red 219 ◦ green 54 ◦ blue 133

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

Shades of Deep Cerise #DB3685

Tints of Deep Cerise #DB3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.3%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 53.94%
G = 13.3%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB3685 (or 0xDB3685) is known color: Deep Cerise. HEX triplet: DB, 36 and 85. RGB value is (219,54,133). Sum of RGB (Red+Green+Blue) = 219+54+133=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3685 is #24C97A. Grayscale: #707070. Windows color (decimal): -2410875 or 8730331. OLE color: 8730331.

HSL color Cylindrical-coordinate representation of color #DB3685: hue angle of 331.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3685 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 133 -
CMYK 0 0.75 0.39 0.14
HSL 331.27º 0.7% 0.54% -
HSV(B) 331.27º 0.75% 0.86% -
XYZ 34.77 19.39 24.1 -
YUV 112.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 219 54 133 0 0.75 0.39 0.14 331.27 0.7 0.54
Hex DB 36 85 0 4B 27 E 14B 46 36
Octal 333 66 205 0 113 47 16 513 106 66
Binary 11011011 110110 10000101 0 1001011 100111 1110 101001011 1000110 110110

Color Harmonies of #DB3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3685

Black with #DB3685

Text Example


Text Example

White with #DB3685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3685; }

 p { color: rgb(219,54,133); }

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

background-color css

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

 a { background-color: rgb(219,54,133); }

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

border-color css

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

 span { border-color: rgb(219,54,133); }

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