Html Css Color HEX #DF215F Ruby

📋 copy color: '#DF215F'

red 223 ◦ green 33 ◦ blue 95

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

Shades of Ruby #DF215F

Tints of Ruby #DF215F

RGB

 RED value IS 223 (87.5% from 255) = 63.53%

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

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

R = 63.53%
G = 9.4%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF215F (or 0xDF215F) is known color: Ruby. HEX triplet: DF, 21 and 5F. RGB value is (223,33,95). Sum of RGB (Red+Green+Blue) = 223+33+95=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF215F is #20DEA0. Grayscale: #606060. Windows color (decimal): -2154145 or 6234591. OLE color: 6234591.

HSL color Cylindrical-coordinate representation of color #DF215F: hue angle of 340.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF215F is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 95 -
CMYK 0 0.85 0.57 0.13
HSL 340.42º 0.75% 0.5% -
HSV(B) 340.42º 0.85% 0.87% -
XYZ 33.04 17.6 12.48 -
YUV 96.88 126.95 217.96 -
System Red Green Blue C M Y K H S L
Decimal 223 33 95 0 0.85 0.57 0.13 340.42 0.75 0.5
Hex DF 21 5F 0 55 39 D 154 4B 32
Octal 337 41 137 0 125 71 15 524 113 62
Binary 11011111 100001 1011111 0 1010101 111001 1101 101010100 1001011 110010

Color Harmonies of #DF215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF215F

Black with #DF215F

Text Example


Text Example

White with #DF215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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