Html Css Color HEX #DB419B Deep Cerise

📋 copy color: '#DB419B'

red 219 ◦ green 65 ◦ blue 155

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

Shades of Deep Cerise #DB419B

Tints of Deep Cerise #DB419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

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

R = 49.89%
G = 14.81%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB419B (or 0xDB419B) is known color: Deep Cerise. HEX triplet: DB, 41 and 9B. RGB value is (219,65,155). Sum of RGB (Red+Green+Blue) = 219+65+155=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB419B is #24BE64. Grayscale: #797979. Windows color (decimal): -2408037 or 10174939. OLE color: 10174939.

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

Color convert

RGB 219 65 155 -
CMYK 0 0.70 0.29 0.14
HSL 324.94º 0.68% 0.56% -
HSV(B) 324.94º 0.7% 0.86% -
XYZ 37.02 21.21 33.15 -
YUV 121.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 219 65 155 0 0.70 0.29 0.14 324.94 0.68 0.56
Hex DB 41 9B 0 46 1D E 145 44 38
Octal 333 101 233 0 106 35 16 505 104 70
Binary 11011011 1000001 10011011 0 1000110 11101 1110 101000101 1000100 111000

Color Harmonies of #DB419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB419B

Black with #DB419B

Text Example


Text Example

White with #DB419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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