Html Css Color HEX #DB3CAB Deep Cerise

📋 copy color: '#DB3CAB'

red 219 ◦ green 60 ◦ blue 171

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

Shades of Deep Cerise #DB3CAB

Tints of Deep Cerise #DB3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 48.67%
G = 13.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB3CAB (or 0xDB3CAB) is known color: Deep Cerise. HEX triplet: DB, 3C and AB. RGB value is (219,60,171). Sum of RGB (Red+Green+Blue) = 219+60+171=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CAB is #24C354. Grayscale: #777777. Windows color (decimal): -2409301 or 11222235. OLE color: 11222235.

HSL color Cylindrical-coordinate representation of color #DB3CAB: hue angle of 318.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CAB is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 60 171 -
CMYK 0 0.73 0.22 0.14
HSL 318.11º 0.69% 0.55% -
HSV(B) 318.11º 0.73% 0.86% -
XYZ 38.18 21.23 40.61 -
YUV 120.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 219 60 171 0 0.73 0.22 0.14 318.11 0.69 0.55
Hex DB 3C AB 0 49 16 E 13E 45 37
Octal 333 74 253 0 111 26 16 476 105 67
Binary 11011011 111100 10101011 0 1001001 10110 1110 100111110 1000101 110111

Color Harmonies of #DB3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3CAB

Black with #DB3CAB

Text Example


Text Example

White with #DB3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3CAB; }

 p { color: rgb(219,60,171); }

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

background-color css

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

 a { background-color: rgb(219,60,171); }

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

border-color css

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

 span { border-color: rgb(219,60,171); }

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