Html Css Color HEX #DB217F Deep Cerise

📋 copy color: '#DB217F'

red 219 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #DB217F

Tints of Deep Cerise #DB217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

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

R = 57.78%
G = 8.71%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB217F (or 0xDB217F) is known color: Deep Cerise. HEX triplet: DB, 21 and 7F. RGB value is (219,33,127). Sum of RGB (Red+Green+Blue) = 219+33+127=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB217F is #24DE80. Grayscale: #636363. Windows color (decimal): -2416257 or 8331739. OLE color: 8331739.

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

Color convert

RGB 219 33 127 -
CMYK 0 0.85 0.42 0.14
HSL 329.68º 0.74% 0.49% -
HSV(B) 329.68º 0.85% 0.86% -
XYZ 33.59 17.68 21.72 -
YUV 99.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 219 33 127 0 0.85 0.42 0.14 329.68 0.74 0.49
Hex DB 21 7F 0 55 2A E 14A 4A 31
Octal 333 41 177 0 125 52 16 512 112 61
Binary 11011011 100001 1111111 0 1010101 101010 1110 101001010 1001010 110001

Color Harmonies of #DB217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB217F

Black with #DB217F

Text Example


Text Example

White with #DB217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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