Html Css Color HEX #DF066D Ruby

📋 copy color: '#DF066D'

red 223 ◦ green 6 ◦ blue 109

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

Shades of Ruby #DF066D

Tints of Ruby #DF066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 65.98%
G = 1.78%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF066D (or 0xDF066D) is known color: Ruby. HEX triplet: DF, 06 and 6D. RGB value is (223,6,109). Sum of RGB (Red+Green+Blue) = 223+6+109=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF066D is #20F992. Grayscale: #525252. Windows color (decimal): -2161043 or 7145183. OLE color: 7145183.

HSL color Cylindrical-coordinate representation of color #DF066D: hue angle of 331.52º degrees, saturation: 0.95, 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 #DF066D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 109 -
CMYK 0 0.97 0.51 0.13
HSL 331.52º 0.95% 0.45% -
HSV(B) 331.52º 0.97% 0.87% -
XYZ 33.26 16.92 15.98 -
YUV 82.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 223 6 109 0 0.97 0.51 0.13 331.52 0.95 0.45
Hex DF 6 6D 0 61 33 D 14C 5F 2D
Octal 337 6 155 0 141 63 15 514 137 55
Binary 11011111 110 1101101 0 1100001 110011 1101 101001100 1011111 101101

Color Harmonies of #DF066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF066D

Black with #DF066D

Text Example


Text Example

White with #DF066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF066D; }

 p { color: rgb(223,6,109); }

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

background-color css

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

 a { background-color: rgb(223,6,109); }

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

border-color css

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

 span { border-color: rgb(223,6,109); }

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