Html Css Color HEX #DB258A Deep Cerise

📋 copy color: '#DB258A'

red 219 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #DB258A

Tints of Deep Cerise #DB258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 55.58%
G = 9.39%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB258A (or 0xDB258A) is known color: Deep Cerise. HEX triplet: DB, 25 and 8A. RGB value is (219,37,138). Sum of RGB (Red+Green+Blue) = 219+37+138=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB258A is #24DA75. Grayscale: #666666. Windows color (decimal): -2415222 or 9053659. OLE color: 9053659.

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

Color convert

RGB 219 37 138 -
CMYK 0 0.83 0.37 0.14
HSL 326.7º 0.72% 0.5% -
HSV(B) 326.7º 0.83% 0.86% -
XYZ 34.46 18.22 25.74 -
YUV 102.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 219 37 138 0 0.83 0.37 0.14 326.7 0.72 0.5
Hex DB 25 8A 0 53 25 E 147 48 32
Octal 333 45 212 0 123 45 16 507 110 62
Binary 11011011 100101 10001010 0 1010011 100101 1110 101000111 1001000 110010

Color Harmonies of #DB258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB258A

Black with #DB258A

Text Example


Text Example

White with #DB258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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