Html Css Color HEX #D6056A Ruby

📋 copy color: '#D6056A'

red 214 ◦ green 5 ◦ blue 106

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

Shades of Ruby #D6056A

Tints of Ruby #D6056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 65.85%
G = 1.54%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6056A (or 0xD6056A) is known color: Ruby. HEX triplet: D6, 05 and 6A. RGB value is (214,5,106). Sum of RGB (Red+Green+Blue) = 214+5+106=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6056A is #29FA95. Grayscale: #4E4E4E. Windows color (decimal): -2751126 or 6948310. OLE color: 6948310.

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

Color convert

RGB 214 5 106 -
CMYK 0 0.98 0.50 0.16
HSL 331º 0.95% 0.43% -
HSV(B) 331º 0.98% 0.84% -
XYZ 30.39 15.45 15.02 -
YUV 79.01 143.24 224.29 -
System Red Green Blue C M Y K H S L
Decimal 214 5 106 0 0.98 0.50 0.16 331 0.95 0.43
Hex D6 5 6A 0 62 32 10 14B 5F 2B
Octal 326 5 152 0 142 62 20 513 137 53
Binary 11010110 101 1101010 0 1100010 110010 10000 101001011 1011111 101011

Color Harmonies of #D6056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6056A

Black with #D6056A

Text Example


Text Example

White with #D6056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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