Html Css Color HEX #DB2F8F Deep Cerise

📋 copy color: '#DB2F8F'

red 219 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #DB2F8F

Tints of Deep Cerise #DB2F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.49%

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 53.55%
G = 11.49%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB2F8F (or 0xDB2F8F) is known color: Deep Cerise. HEX triplet: DB, 2F and 8F. RGB value is (219,47,143). Sum of RGB (Red+Green+Blue) = 219+47+143=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2F8F is #24D070. Grayscale: #6D6D6D. Windows color (decimal): -2412657 or 9383899. OLE color: 9383899.

HSL color Cylindrical-coordinate representation of color #DB2F8F: hue angle of 326.51º degrees, saturation: 0.7, 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 #DB2F8F is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 47 143 -
CMYK 0 0.79 0.35 0.14
HSL 326.51º 0.7% 0.52% -
HSV(B) 326.51º 0.79% 0.86% -
XYZ 35.19 19.08 27.81 -
YUV 109.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 219 47 143 0 0.79 0.35 0.14 326.51 0.7 0.52
Hex DB 2F 8F 0 4F 23 E 147 46 34
Octal 333 57 217 0 117 43 16 507 106 64
Binary 11011011 101111 10001111 0 1001111 100011 1110 101000111 1000110 110100

Color Harmonies of #DB2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F8F

Black with #DB2F8F

Text Example


Text Example

White with #DB2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F8F; }

 p { color: rgb(219,47,143); }

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

background-color css

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

 a { background-color: rgb(219,47,143); }

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

border-color css

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

 span { border-color: rgb(219,47,143); }

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