Html Css Color HEX #DB448A Deep Cerise

📋 copy color: '#DB448A'

red 219 ◦ green 68 ◦ blue 138

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

Shades of Deep Cerise #DB448A

Tints of Deep Cerise #DB448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 51.53%
G = 16%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB448A (or 0xDB448A) is known color: Deep Cerise. HEX triplet: DB, 44 and 8A. RGB value is (219,68,138). Sum of RGB (Red+Green+Blue) = 219+68+138=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB448A is #24BB75. Grayscale: #797979. Windows color (decimal): -2407286 or 9061595. OLE color: 9061595.

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

Color convert

RGB 219 68 138 -
CMYK 0 0.69 0.37 0.14
HSL 332.19º 0.68% 0.56% -
HSV(B) 332.19º 0.69% 0.86% -
XYZ 35.87 21.03 26.21 -
YUV 121.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 219 68 138 0 0.69 0.37 0.14 332.19 0.68 0.56
Hex DB 44 8A 0 45 25 E 14C 44 38
Octal 333 104 212 0 105 45 16 514 104 70
Binary 11011011 1000100 10001010 0 1000101 100101 1110 101001100 1000100 111000

Color Harmonies of #DB448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB448A

Black with #DB448A

Text Example


Text Example

White with #DB448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB448A; }

 p { color: rgb(219,68,138); }

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

background-color css

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

 a { background-color: rgb(219,68,138); }

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

border-color css

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

 span { border-color: rgb(219,68,138); }

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