Html Css Color HEX #DB215F Ruby

📋 copy color: '#DB215F'

red 219 ◦ green 33 ◦ blue 95

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

Shades of Ruby #DB215F

Tints of Ruby #DB215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 63.11%
G = 9.51%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB215F (or 0xDB215F) is known color: Ruby. HEX triplet: DB, 21 and 5F. RGB value is (219,33,95). Sum of RGB (Red+Green+Blue) = 219+33+95=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB215F is #24DEA0. Grayscale: #5F5F5F. Windows color (decimal): -2416289 or 6234587. OLE color: 6234587.

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

Color convert

RGB 219 33 95 -
CMYK 0 0.85 0.57 0.14
HSL 340º 0.74% 0.49% -
HSV(B) 340º 0.85% 0.86% -
XYZ 31.82 16.97 12.43 -
YUV 95.68 127.62 215.96 -
System Red Green Blue C M Y K H S L
Decimal 219 33 95 0 0.85 0.57 0.14 340 0.74 0.49
Hex DB 21 5F 0 55 39 E 154 4A 31
Octal 333 41 137 0 125 71 16 524 112 61
Binary 11011011 100001 1011111 0 1010101 111001 1110 101010100 1001010 110001

Color Harmonies of #DB215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB215F

Black with #DB215F

Text Example


Text Example

White with #DB215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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