Html Css Color HEX #D6056C Ruby

📋 copy color: '#D6056C'

red 214 ◦ green 5 ◦ blue 108

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

Shades of Ruby #D6056C

Tints of Ruby #D6056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 65.44%
G = 1.53%
B = 33.03%

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

#D6056C (or 0xD6056C) is known color: Ruby. HEX triplet: D6, 05 and 6C. RGB value is (214,5,108). Sum of RGB (Red+Green+Blue) = 214+5+108=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6056C is #29FA93. Grayscale: #4F4F4F. Windows color (decimal): -2751124 or 7079382. OLE color: 7079382.

HSL color Cylindrical-coordinate representation of color #D6056C: hue angle of 330.43º 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 #D6056C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 108 -
CMYK 0 0.98 0.50 0.16
HSL 330.43º 0.95% 0.43% -
HSV(B) 330.43º 0.98% 0.84% -
XYZ 30.49 15.49 15.57 -
YUV 79.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 214 5 108 0 0.98 0.50 0.16 330.43 0.95 0.43
Hex D6 5 6C 0 62 32 10 14A 5F 2B
Octal 326 5 154 0 142 62 20 512 137 53
Binary 11010110 101 1101100 0 1100010 110010 10000 101001010 1011111 101011

Color Harmonies of #D6056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6056C

Black with #D6056C

Text Example


Text Example

White with #D6056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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