Html Css Color HEX #DB258B Deep Cerise

📋 copy color: '#DB258B'

red 219 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #DB258B

Tints of Deep Cerise #DB258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 55.44%
G = 9.37%
B = 35.19%

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

#DB258B (or 0xDB258B) is known color: Deep Cerise. HEX triplet: DB, 25 and 8B. RGB value is (219,37,139). Sum of RGB (Red+Green+Blue) = 219+37+139=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB258B is #24DA74. Grayscale: #666666. Windows color (decimal): -2415221 or 9119195. OLE color: 9119195.

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

Color convert

RGB 219 37 139 -
CMYK 0 0.83 0.37 0.14
HSL 326.37º 0.72% 0.5% -
HSV(B) 326.37º 0.83% 0.86% -
XYZ 34.54 18.25 26.13 -
YUV 103.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 219 37 139 0 0.83 0.37 0.14 326.37 0.72 0.5
Hex DB 25 8B 0 53 25 E 146 48 32
Octal 333 45 213 0 123 45 16 506 110 62
Binary 11011011 100101 10001011 0 1010011 100101 1110 101000110 1001000 110010

Color Harmonies of #DB258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB258B

Black with #DB258B

Text Example


Text Example

White with #DB258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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