Html Css Color HEX #DB238B Deep Cerise

📋 copy color: '#DB238B'

red 219 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #DB238B

Tints of Deep Cerise #DB238B

RGB

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

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

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

R = 55.73%
G = 8.91%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB238B (or 0xDB238B) is known color: Deep Cerise. HEX triplet: DB, 23 and 8B. RGB value is (219,35,139). Sum of RGB (Red+Green+Blue) = 219+35+139=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB238B is #24DC74. Grayscale: #656565. Windows color (decimal): -2415733 or 9118683. OLE color: 9118683.

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

Color convert

RGB 219 35 139 -
CMYK 0 0.84 0.37 0.14
HSL 326.09º 0.72% 0.5% -
HSV(B) 326.09º 0.84% 0.86% -
XYZ 34.47 18.13 26.11 -
YUV 101.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 219 35 139 0 0.84 0.37 0.14 326.09 0.72 0.5
Hex DB 23 8B 0 54 25 E 146 48 32
Octal 333 43 213 0 124 45 16 506 110 62
Binary 11011011 100011 10001011 0 1010100 100101 1110 101000110 1001000 110010

Color Harmonies of #DB238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB238B

Black with #DB238B

Text Example


Text Example

White with #DB238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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