Html Css Color HEX #DB38A6 Deep Cerise

📋 copy color: '#DB38A6'

red 219 ◦ green 56 ◦ blue 166

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

Shades of Deep Cerise #DB38A6

Tints of Deep Cerise #DB38A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 49.66%
G = 12.7%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB38A6 (or 0xDB38A6) is known color: Deep Cerise. HEX triplet: DB, 38 and A6. RGB value is (219,56,166). Sum of RGB (Red+Green+Blue) = 219+56+166=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38A6 is #24C759. Grayscale: #757575. Windows color (decimal): -2410330 or 10893531. OLE color: 10893531.

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

Color convert

RGB 219 56 166 -
CMYK 0 0.74 0.24 0.14
HSL 319.51º 0.69% 0.54% -
HSV(B) 319.51º 0.74% 0.86% -
XYZ 37.51 20.64 38.08 -
YUV 117.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 219 56 166 0 0.74 0.24 0.14 319.51 0.69 0.54
Hex DB 38 A6 0 4A 18 E 140 45 36
Octal 333 70 246 0 112 30 16 500 105 66
Binary 11011011 111000 10100110 0 1001010 11000 1110 101000000 1000101 110110

Color Harmonies of #DB38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38A6

Black with #DB38A6

Text Example


Text Example

White with #DB38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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