Html Css Color HEX #D6066A Ruby

📋 copy color: '#D6066A'

red 214 ◦ green 6 ◦ blue 106

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

Shades of Ruby #D6066A

Tints of Ruby #D6066A

RGB

 RED value IS 214 (83.98% from 255) = 65.64%

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

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

R = 65.64%
G = 1.84%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6066A (or 0xD6066A) is known color: Ruby. HEX triplet: D6, 06 and 6A. RGB value is (214,6,106). Sum of RGB (Red+Green+Blue) = 214+6+106=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6066A is #29F995. Grayscale: #4F4F4F. Windows color (decimal): -2750870 or 6948566. OLE color: 6948566.

HSL color Cylindrical-coordinate representation of color #D6066A: hue angle of 331.15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6066A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 106 -
CMYK 0 0.97 0.50 0.16
HSL 331.15º 0.95% 0.43% -
HSV(B) 331.15º 0.97% 0.84% -
XYZ 30.4 15.47 15.02 -
YUV 79.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 214 6 106 0 0.97 0.50 0.16 331.15 0.95 0.43
Hex D6 6 6A 0 61 32 10 14B 5F 2B
Octal 326 6 152 0 141 62 20 513 137 53
Binary 11010110 110 1101010 0 1100001 110010 10000 101001011 1011111 101011

Color Harmonies of #D6066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6066A

Black with #D6066A

Text Example


Text Example

White with #D6066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6066A; }

 p { color: rgb(214,6,106); }

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

background-color css

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

 a { background-color: rgb(214,6,106); }

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

border-color css

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

 span { border-color: rgb(214,6,106); }

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