Html Css Color HEX #DB449B Deep Cerise

📋 copy color: '#DB449B'

red 219 ◦ green 68 ◦ blue 155

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

Shades of Deep Cerise #DB449B

Tints of Deep Cerise #DB449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 49.55%
G = 15.38%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB449B (or 0xDB449B) is known color: Deep Cerise. HEX triplet: DB, 44 and 9B. RGB value is (219,68,155). Sum of RGB (Red+Green+Blue) = 219+68+155=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB449B is #24BB64. Grayscale: #7A7A7A. Windows color (decimal): -2407269 or 10175707. OLE color: 10175707.

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

Color convert

RGB 219 68 155 -
CMYK 0 0.69 0.29 0.14
HSL 325.43º 0.68% 0.56% -
HSV(B) 325.43º 0.69% 0.86% -
XYZ 37.2 21.56 33.21 -
YUV 123.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 219 68 155 0 0.69 0.29 0.14 325.43 0.68 0.56
Hex DB 44 9B 0 45 1D E 145 44 38
Octal 333 104 233 0 105 35 16 505 104 70
Binary 11011011 1000100 10011011 0 1000101 11101 1110 101000101 1000100 111000

Color Harmonies of #DB449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB449B

Black with #DB449B

Text Example


Text Example

White with #DB449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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