Html Css Color HEX #DB297F Deep Cerise

📋 copy color: '#DB297F'

red 219 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #DB297F

Tints of Deep Cerise #DB297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 56.59%
G = 10.59%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB297F (or 0xDB297F) is known color: Deep Cerise. HEX triplet: DB, 29 and 7F. RGB value is (219,41,127). Sum of RGB (Red+Green+Blue) = 219+41+127=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB297F is #24D680. Grayscale: #676767. Windows color (decimal): -2414209 or 8333787. OLE color: 8333787.

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

Color convert

RGB 219 41 127 -
CMYK 0 0.81 0.42 0.14
HSL 331.01º 0.71% 0.51% -
HSV(B) 331.01º 0.81% 0.86% -
XYZ 33.84 18.18 21.8 -
YUV 104.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 219 41 127 0 0.81 0.42 0.14 331.01 0.71 0.51
Hex DB 29 7F 0 51 2A E 14B 47 33
Octal 333 51 177 0 121 52 16 513 107 63
Binary 11011011 101001 1111111 0 1010001 101010 1110 101001011 1000111 110011

Color Harmonies of #DB297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB297F

Black with #DB297F

Text Example


Text Example

White with #DB297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB297F; }

 p { color: rgb(219,41,127); }

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

background-color css

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

 a { background-color: rgb(219,41,127); }

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

border-color css

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

 span { border-color: rgb(219,41,127); }

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