Html Css Color HEX #DB488C Deep Cerise

📋 copy color: '#DB488C'

red 219 ◦ green 72 ◦ blue 140

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

Shades of Deep Cerise #DB488C

Tints of Deep Cerise #DB488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 50.81%
G = 16.71%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB488C (or 0xDB488C) is known color: Deep Cerise. HEX triplet: DB, 48 and 8C. RGB value is (219,72,140). Sum of RGB (Red+Green+Blue) = 219+72+140=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB488C is #24B773. Grayscale: #7B7B7B. Windows color (decimal): -2406260 or 9193691. OLE color: 9193691.

HSL color Cylindrical-coordinate representation of color #DB488C: hue angle of 332.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB488C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 140 -
CMYK 0 0.67 0.36 0.14
HSL 332.24º 0.67% 0.57% -
HSV(B) 332.24º 0.67% 0.86% -
XYZ 36.26 21.59 27.07 -
YUV 123.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 219 72 140 0 0.67 0.36 0.14 332.24 0.67 0.57
Hex DB 48 8C 0 43 24 E 14C 43 39
Octal 333 110 214 0 103 44 16 514 103 71
Binary 11011011 1001000 10001100 0 1000011 100100 1110 101001100 1000011 111001

Color Harmonies of #DB488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB488C

Black with #DB488C

Text Example


Text Example

White with #DB488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB488C; }

 p { color: rgb(219,72,140); }

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

background-color css

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

 a { background-color: rgb(219,72,140); }

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

border-color css

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

 span { border-color: rgb(219,72,140); }

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