Html Css Color HEX #DB259A Deep Cerise

📋 copy color: '#DB259A'

red 219 ◦ green 37 ◦ blue 154

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

Shades of Deep Cerise #DB259A

Tints of Deep Cerise #DB259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 53.41%
G = 9.02%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB259A (or 0xDB259A) is known color: Deep Cerise. HEX triplet: DB, 25 and 9A. RGB value is (219,37,154). Sum of RGB (Red+Green+Blue) = 219+37+154=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB259A is #24DA65. Grayscale: #686868. Windows color (decimal): -2415206 or 10102235. OLE color: 10102235.

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

Color convert

RGB 219 37 154 -
CMYK 0 0.83 0.30 0.14
HSL 321.43º 0.72% 0.5% -
HSV(B) 321.43º 0.83% 0.86% -
XYZ 35.71 18.72 32.3 -
YUV 104.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 219 37 154 0 0.83 0.30 0.14 321.43 0.72 0.5
Hex DB 25 9A 0 53 1E E 141 48 32
Octal 333 45 232 0 123 36 16 501 110 62
Binary 11011011 100101 10011010 0 1010011 11110 1110 101000001 1001000 110010

Color Harmonies of #DB259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB259A

Black with #DB259A

Text Example


Text Example

White with #DB259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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