Html Css Color HEX #DB259F Deep Cerise

📋 copy color: '#DB259F'

red 219 ◦ green 37 ◦ blue 159

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

Shades of Deep Cerise #DB259F

Tints of Deep Cerise #DB259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 52.77%
G = 8.92%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB259F (or 0xDB259F) is known color: Deep Cerise. HEX triplet: DB, 25 and 9F. RGB value is (219,37,159). Sum of RGB (Red+Green+Blue) = 219+37+159=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB259F is #24DA60. Grayscale: #696969. Windows color (decimal): -2415201 or 10429915. OLE color: 10429915.

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

Color convert

RGB 219 37 159 -
CMYK 0 0.83 0.27 0.14
HSL 319.78º 0.72% 0.5% -
HSV(B) 319.78º 0.83% 0.86% -
XYZ 36.13 18.89 34.54 -
YUV 105.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 219 37 159 0 0.83 0.27 0.14 319.78 0.72 0.5
Hex DB 25 9F 0 53 1B E 140 48 32
Octal 333 45 237 0 123 33 16 500 110 62
Binary 11011011 100101 10011111 0 1010011 11011 1110 101000000 1001000 110010

Color Harmonies of #DB259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB259F

Black with #DB259F

Text Example


Text Example

White with #DB259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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