Html Css Color HEX #DF0F6A Ruby

📋 copy color: '#DF0F6A'

red 223 ◦ green 15 ◦ blue 106

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

Shades of Ruby #DF0F6A

Tints of Ruby #DF0F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.36%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 64.83%
G = 4.36%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF0F6A (or 0xDF0F6A) is known color: Ruby. HEX triplet: DF, 0F and 6A. RGB value is (223,15,106). Sum of RGB (Red+Green+Blue) = 223+15+106=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F6A is #20F095. Grayscale: #575757. Windows color (decimal): -2158742 or 6950879. OLE color: 6950879.

HSL color Cylindrical-coordinate representation of color #DF0F6A: hue angle of 333.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F6A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 15 106 -
CMYK 0 0.93 0.52 0.13
HSL 333.75º 0.87% 0.47% -
HSV(B) 333.75º 0.93% 0.87% -
XYZ 33.2 17.07 15.18 -
YUV 87.57 138.41 224.6 -
System Red Green Blue C M Y K H S L
Decimal 223 15 106 0 0.93 0.52 0.13 333.75 0.87 0.47
Hex DF F 6A 0 5D 34 D 14E 57 2F
Octal 337 17 152 0 135 64 15 516 127 57
Binary 11011111 1111 1101010 0 1011101 110100 1101 101001110 1010111 101111

Color Harmonies of #DF0F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F6A

Black with #DF0F6A

Text Example


Text Example

White with #DF0F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F6A; }

 p { color: rgb(223,15,106); }

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

background-color css

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

 a { background-color: rgb(223,15,106); }

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

border-color css

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

 span { border-color: rgb(223,15,106); }

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