Html Css Color HEX #DB238C Deep Cerise

📋 copy color: '#DB238C'

red 219 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #DB238C

Tints of Deep Cerise #DB238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 55.58%
G = 8.88%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB238C (or 0xDB238C) is known color: Deep Cerise. HEX triplet: DB, 23 and 8C. RGB value is (219,35,140). Sum of RGB (Red+Green+Blue) = 219+35+140=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB238C is #24DC73. Grayscale: #656565. Windows color (decimal): -2415732 or 9184219. OLE color: 9184219.

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

Color convert

RGB 219 35 140 -
CMYK 0 0.84 0.36 0.14
HSL 325.76º 0.72% 0.5% -
HSV(B) 325.76º 0.84% 0.86% -
XYZ 34.55 18.16 26.49 -
YUV 101.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 219 35 140 0 0.84 0.36 0.14 325.76 0.72 0.5
Hex DB 23 8C 0 54 24 E 146 48 32
Octal 333 43 214 0 124 44 16 506 110 62
Binary 11011011 100011 10001100 0 1010100 100100 1110 101000110 1001000 110010

Color Harmonies of #DB238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB238C

Black with #DB238C

Text Example


Text Example

White with #DB238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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