Html Css Color HEX #DF076A Ruby

📋 copy color: '#DF076A'

red 223 ◦ green 7 ◦ blue 106

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

Shades of Ruby #DF076A

Tints of Ruby #DF076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 66.37%
G = 2.08%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF076A (or 0xDF076A) is known color: Ruby. HEX triplet: DF, 07 and 6A. RGB value is (223,7,106). Sum of RGB (Red+Green+Blue) = 223+7+106=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF076A is #20F895. Grayscale: #525252. Windows color (decimal): -2160790 or 6948831. OLE color: 6948831.

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

Color convert

RGB 223 7 106 -
CMYK 0 0.97 0.52 0.13
HSL 332.5º 0.94% 0.45% -
HSV(B) 332.5º 0.97% 0.87% -
XYZ 33.11 16.88 15.15 -
YUV 82.87 141.06 227.95 -
System Red Green Blue C M Y K H S L
Decimal 223 7 106 0 0.97 0.52 0.13 332.5 0.94 0.45
Hex DF 7 6A 0 61 34 D 14C 5E 2D
Octal 337 7 152 0 141 64 15 514 136 55
Binary 11011111 111 1101010 0 1100001 110100 1101 101001100 1011110 101101

Color Harmonies of #DF076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF076A

Black with #DF076A

Text Example


Text Example

White with #DF076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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