Html Css Color HEX #DB448F Deep Cerise

📋 copy color: '#DB448F'

red 219 ◦ green 68 ◦ blue 143

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

Shades of Deep Cerise #DB448F

Tints of Deep Cerise #DB448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 50.93%
G = 15.81%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB448F (or 0xDB448F) is known color: Deep Cerise. HEX triplet: DB, 44 and 8F. RGB value is (219,68,143). Sum of RGB (Red+Green+Blue) = 219+68+143=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB448F is #24BB70. Grayscale: #797979. Windows color (decimal): -2407281 or 9389275. OLE color: 9389275.

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

Color convert

RGB 219 68 143 -
CMYK 0 0.69 0.35 0.14
HSL 330.2º 0.68% 0.56% -
HSV(B) 330.2º 0.69% 0.86% -
XYZ 36.24 21.18 28.16 -
YUV 121.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 219 68 143 0 0.69 0.35 0.14 330.2 0.68 0.56
Hex DB 44 8F 0 45 23 E 14A 44 38
Octal 333 104 217 0 105 43 16 512 104 70
Binary 11011011 1000100 10001111 0 1000101 100011 1110 101001010 1000100 111000

Color Harmonies of #DB448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB448F

Black with #DB448F

Text Example


Text Example

White with #DB448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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