Html Css Color HEX #DB248B Deep Cerise

📋 copy color: '#DB248B'

red 219 ◦ green 36 ◦ blue 139

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

Shades of Deep Cerise #DB248B

Tints of Deep Cerise #DB248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.14%

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

R = 55.58%
G = 9.14%
B = 35.28%

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

#DB248B (or 0xDB248B) is known color: Deep Cerise. HEX triplet: DB, 24 and 8B. RGB value is (219,36,139). Sum of RGB (Red+Green+Blue) = 219+36+139=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB248B is #24DB74. Grayscale: #666666. Windows color (decimal): -2415477 or 9118939. OLE color: 9118939.

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

Color convert

RGB 219 36 139 -
CMYK 0 0.84 0.37 0.14
HSL 326.23º 0.72% 0.5% -
HSV(B) 326.23º 0.84% 0.86% -
XYZ 34.5 18.19 26.12 -
YUV 102.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 219 36 139 0 0.84 0.37 0.14 326.23 0.72 0.5
Hex DB 24 8B 0 54 25 E 146 48 32
Octal 333 44 213 0 124 45 16 506 110 62
Binary 11011011 100100 10001011 0 1010100 100101 1110 101000110 1001000 110010

Color Harmonies of #DB248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB248B

Black with #DB248B

Text Example


Text Example

White with #DB248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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