Html Css Color HEX #DB239B Deep Cerise

📋 copy color: '#DB239B'

red 219 ◦ green 35 ◦ blue 155

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

Shades of Deep Cerise #DB239B

Tints of Deep Cerise #DB239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.56%

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

R = 53.55%
G = 8.56%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB239B (or 0xDB239B) is known color: Deep Cerise. HEX triplet: DB, 23 and 9B. RGB value is (219,35,155). Sum of RGB (Red+Green+Blue) = 219+35+155=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB239B is #24DC64. Grayscale: #676767. Windows color (decimal): -2415717 or 10167259. OLE color: 10167259.

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

Color convert

RGB 219 35 155 -
CMYK 0 0.84 0.29 0.14
HSL 320.87º 0.72% 0.5% -
HSV(B) 320.87º 0.84% 0.86% -
XYZ 35.73 18.63 32.72 -
YUV 103.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 219 35 155 0 0.84 0.29 0.14 320.87 0.72 0.5
Hex DB 23 9B 0 54 1D E 141 48 32
Octal 333 43 233 0 124 35 16 501 110 62
Binary 11011011 100011 10011011 0 1010100 11101 1110 101000001 1001000 110010

Color Harmonies of #DB239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB239B

Black with #DB239B

Text Example


Text Example

White with #DB239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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