Html Css Color HEX #DB2D8D Deep Cerise

📋 copy color: '#DB2D8D'

red 219 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #DB2D8D

Tints of Deep Cerise #DB2D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 54.07%
G = 11.11%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB2D8D (or 0xDB2D8D) is known color: Deep Cerise. HEX triplet: DB, 2D and 8D. RGB value is (219,45,141). Sum of RGB (Red+Green+Blue) = 219+45+141=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D8D is #24D272. Grayscale: #6B6B6B. Windows color (decimal): -2413171 or 9252315. OLE color: 9252315.

HSL color Cylindrical-coordinate representation of color #DB2D8D: hue angle of 326.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D8D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 141 -
CMYK 0 0.79 0.36 0.14
HSL 326.9º 0.71% 0.52% -
HSV(B) 326.9º 0.79% 0.86% -
XYZ 34.96 18.86 27 -
YUV 107.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 219 45 141 0 0.79 0.36 0.14 326.9 0.71 0.52
Hex DB 2D 8D 0 4F 24 E 147 47 34
Octal 333 55 215 0 117 44 16 507 107 64
Binary 11011011 101101 10001101 0 1001111 100100 1110 101000111 1000111 110100

Color Harmonies of #DB2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D8D

Black with #DB2D8D

Text Example


Text Example

White with #DB2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D8D; }

 p { color: rgb(219,45,141); }

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

background-color css

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

 a { background-color: rgb(219,45,141); }

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

border-color css

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

 span { border-color: rgb(219,45,141); }

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