Html Css Color HEX #DF0372 Ruby

📋 copy color: '#DF0372'

red 223 ◦ green 3 ◦ blue 114

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

Shades of Ruby #DF0372

Tints of Ruby #DF0372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 65.59%
G = 0.88%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF0372 (or 0xDF0372) is known color: Ruby. HEX triplet: DF, 03 and 72. RGB value is (223,3,114). Sum of RGB (Red+Green+Blue) = 223+3+114=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0372 is #20FC8D. Grayscale: #515151. Windows color (decimal): -2161806 or 7472095. OLE color: 7472095.

HSL color Cylindrical-coordinate representation of color #DF0372: hue angle of 329.73º 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 #DF0372 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 114 -
CMYK 0 0.99 0.49 0.13
HSL 329.73º 0.97% 0.44% -
HSV(B) 329.73º 0.99% 0.87% -
XYZ 33.5 16.97 17.43 -
YUV 81.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 223 3 114 0 0.99 0.49 0.13 329.73 0.97 0.44
Hex DF 3 72 0 63 31 D 14A 61 2C
Octal 337 3 162 0 143 61 15 512 141 54
Binary 11011111 11 1110010 0 1100011 110001 1101 101001010 1100001 101100

Color Harmonies of #DF0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0372

Black with #DF0372

Text Example


Text Example

White with #DF0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0372; }

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

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

background-color css

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

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

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

border-color css

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

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

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