Html Css Color HEX #DB298F Deep Cerise

📋 copy color: '#DB298F'

red 219 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #DB298F

Tints of Deep Cerise #DB298F

RGB

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

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

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

R = 54.34%
G = 10.17%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB298F (or 0xDB298F) is known color: Deep Cerise. HEX triplet: DB, 29 and 8F. RGB value is (219,41,143). Sum of RGB (Red+Green+Blue) = 219+41+143=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB298F is #24D670. Grayscale: #696969. Windows color (decimal): -2414193 or 9382363. OLE color: 9382363.

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

Color convert

RGB 219 41 143 -
CMYK 0 0.81 0.35 0.14
HSL 325.62º 0.71% 0.51% -
HSV(B) 325.62º 0.81% 0.86% -
XYZ 34.96 18.63 27.74 -
YUV 105.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 219 41 143 0 0.81 0.35 0.14 325.62 0.71 0.51
Hex DB 29 8F 0 51 23 E 146 47 33
Octal 333 51 217 0 121 43 16 506 107 63
Binary 11011011 101001 10001111 0 1010001 100011 1110 101000110 1000111 110011

Color Harmonies of #DB298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB298F

Black with #DB298F

Text Example


Text Example

White with #DB298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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