Html Css Color HEX #DB38A5 Deep Cerise

📋 copy color: '#DB38A5'

red 219 ◦ green 56 ◦ blue 165

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

Shades of Deep Cerise #DB38A5

Tints of Deep Cerise #DB38A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 49.77%
G = 12.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB38A5 (or 0xDB38A5) is known color: Deep Cerise. HEX triplet: DB, 38 and A5. RGB value is (219,56,165). Sum of RGB (Red+Green+Blue) = 219+56+165=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38A5 is #24C75A. Grayscale: #747474. Windows color (decimal): -2410331 or 10827995. OLE color: 10827995.

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

Color convert

RGB 219 56 165 -
CMYK 0 0.74 0.25 0.14
HSL 319.88º 0.69% 0.54% -
HSV(B) 319.88º 0.74% 0.86% -
XYZ 37.42 20.61 37.6 -
YUV 117.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 219 56 165 0 0.74 0.25 0.14 319.88 0.69 0.54
Hex DB 38 A5 0 4A 19 E 140 45 36
Octal 333 70 245 0 112 31 16 500 105 66
Binary 11011011 111000 10100101 0 1001010 11001 1110 101000000 1000101 110110

Color Harmonies of #DB38A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38A5

Black with #DB38A5

Text Example


Text Example

White with #DB38A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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