Html Css Color HEX #DB259B Deep Cerise

📋 copy color: '#DB259B'

red 219 ◦ green 37 ◦ blue 155

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

Shades of Deep Cerise #DB259B

Tints of Deep Cerise #DB259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

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

R = 53.28%
G = 9%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB259B (or 0xDB259B) is known color: Deep Cerise. HEX triplet: DB, 25 and 9B. RGB value is (219,37,155). Sum of RGB (Red+Green+Blue) = 219+37+155=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB259B is #24DA64. Grayscale: #686868. Windows color (decimal): -2415205 or 10167771. OLE color: 10167771.

HSL color Cylindrical-coordinate representation of color #DB259B: hue angle of 321.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB259B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 155 -
CMYK 0 0.83 0.29 0.14
HSL 321.1º 0.72% 0.5% -
HSV(B) 321.1º 0.83% 0.86% -
XYZ 35.79 18.75 32.74 -
YUV 104.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 219 37 155 0 0.83 0.29 0.14 321.1 0.72 0.5
Hex DB 25 9B 0 53 1D E 141 48 32
Octal 333 45 233 0 123 35 16 501 110 62
Binary 11011011 100101 10011011 0 1010011 11101 1110 101000001 1001000 110010

Color Harmonies of #DB259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB259B

Black with #DB259B

Text Example


Text Example

White with #DB259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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