Html Css Color HEX #DF145F Ruby

📋 copy color: '#DF145F'

red 223 ◦ green 20 ◦ blue 95

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

Shades of Ruby #DF145F

Tints of Ruby #DF145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 65.98%
G = 5.92%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF145F (or 0xDF145F) is known color: Ruby. HEX triplet: DF, 14 and 5F. RGB value is (223,20,95). Sum of RGB (Red+Green+Blue) = 223+20+95=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF145F is #20EBA0. Grayscale: #595959. Windows color (decimal): -2157473 or 6231263. OLE color: 6231263.

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

Color convert

RGB 223 20 95 -
CMYK 0 0.91 0.57 0.13
HSL 337.83º 0.84% 0.48% -
HSV(B) 337.83º 0.91% 0.87% -
XYZ 32.75 17.01 12.38 -
YUV 89.25 131.25 223.4 -
System Red Green Blue C M Y K H S L
Decimal 223 20 95 0 0.91 0.57 0.13 337.83 0.84 0.48
Hex DF 14 5F 0 5B 39 D 152 54 30
Octal 337 24 137 0 133 71 15 522 124 60
Binary 11011111 10100 1011111 0 1011011 111001 1101 101010010 1010100 110000

Color Harmonies of #DF145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF145F

Black with #DF145F

Text Example


Text Example

White with #DF145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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