Html Css Color HEX #DF0374 Ruby

📋 copy color: '#DF0374'

red 223 ◦ green 3 ◦ blue 116

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

Shades of Ruby #DF0374

Tints of Ruby #DF0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 65.2%
G = 0.88%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0374 (or 0xDF0374) is known color: Ruby. HEX triplet: DF, 03 and 74. RGB value is (223,3,116). Sum of RGB (Red+Green+Blue) = 223+3+116=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0374 is #20FC8B. Grayscale: #515151. Windows color (decimal): -2161804 or 7603167. OLE color: 7603167.

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

Color convert

RGB 223 3 116 -
CMYK 0 0.99 0.48 0.13
HSL 329.18º 0.97% 0.44% -
HSV(B) 329.18º 0.99% 0.87% -
XYZ 33.62 17.01 18.04 -
YUV 81.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 223 3 116 0 0.99 0.48 0.13 329.18 0.97 0.44
Hex DF 3 74 0 63 30 D 149 61 2C
Octal 337 3 164 0 143 60 15 511 141 54
Binary 11011111 11 1110100 0 1100011 110000 1101 101001001 1100001 101100

Color Harmonies of #DF0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0374

Black with #DF0374

Text Example


Text Example

White with #DF0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0374; }

 p { color: rgb(223,3,116); }

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

background-color css

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

 a { background-color: rgb(223,3,116); }

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

border-color css

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

 span { border-color: rgb(223,3,116); }

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