Html Css Color HEX #DB38A8 Deep Cerise

📋 copy color: '#DB38A8'

red 219 ◦ green 56 ◦ blue 168

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

Shades of Deep Cerise #DB38A8

Tints of Deep Cerise #DB38A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 49.44%
G = 12.64%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB38A8 (or 0xDB38A8) is known color: Deep Cerise. HEX triplet: DB, 38 and A8. RGB value is (219,56,168). Sum of RGB (Red+Green+Blue) = 219+56+168=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38A8 is #24C757. Grayscale: #757575. Windows color (decimal): -2410328 or 11024603. OLE color: 11024603.

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

Color convert

RGB 219 56 168 -
CMYK 0 0.74 0.23 0.14
HSL 318.77º 0.69% 0.54% -
HSV(B) 318.77º 0.74% 0.86% -
XYZ 37.7 20.72 39.06 -
YUV 117.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 219 56 168 0 0.74 0.23 0.14 318.77 0.69 0.54
Hex DB 38 A8 0 4A 17 E 13F 45 36
Octal 333 70 250 0 112 27 16 477 105 66
Binary 11011011 111000 10101000 0 1001010 10111 1110 100111111 1000101 110110

Color Harmonies of #DB38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38A8

Black with #DB38A8

Text Example


Text Example

White with #DB38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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