Html Css Color HEX #DB38AA Deep Cerise

📋 copy color: '#DB38AA'

red 219 ◦ green 56 ◦ blue 170

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

Shades of Deep Cerise #DB38AA

Tints of Deep Cerise #DB38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.58%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 49.21%
G = 12.58%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB38AA (or 0xDB38AA) is known color: Deep Cerise. HEX triplet: DB, 38 and AA. RGB value is (219,56,170). Sum of RGB (Red+Green+Blue) = 219+56+170=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38AA is #24C755. Grayscale: #757575. Windows color (decimal): -2410326 or 11155675. OLE color: 11155675.

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

Color convert

RGB 219 56 170 -
CMYK 0 0.74 0.22 0.14
HSL 318.04º 0.69% 0.54% -
HSV(B) 318.04º 0.74% 0.86% -
XYZ 37.88 20.79 40.05 -
YUV 117.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 219 56 170 0 0.74 0.22 0.14 318.04 0.69 0.54
Hex DB 38 AA 0 4A 16 E 13E 45 36
Octal 333 70 252 0 112 26 16 476 105 66
Binary 11011011 111000 10101010 0 1001010 10110 1110 100111110 1000101 110110

Color Harmonies of #DB38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38AA

Black with #DB38AA

Text Example


Text Example

White with #DB38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38AA; }

 p { color: rgb(219,56,170); }

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

background-color css

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

 a { background-color: rgb(219,56,170); }

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

border-color css

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

 span { border-color: rgb(219,56,170); }

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