Html Css Color HEX #D2056A Ruby

📋 copy color: '#D2056A'

red 210 ◦ green 5 ◦ blue 106

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

Shades of Ruby #D2056A

Tints of Ruby #D2056A

RGB

 RED value IS 210 (82.42% from 255) = 65.42%

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

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

R = 65.42%
G = 1.56%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2056A (or 0xD2056A) is known color: Ruby. HEX triplet: D2, 05 and 6A. RGB value is (210,5,106). Sum of RGB (Red+Green+Blue) = 210+5+106=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2056A is #2DFA95. Grayscale: #4D4D4D. Windows color (decimal): -3013270 or 6948306. OLE color: 6948306.

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

Color convert

RGB 210 5 106 -
CMYK 0 0.98 0.50 0.18
HSL 330.44º 0.95% 0.42% -
HSV(B) 330.44º 0.98% 0.82% -
XYZ 29.23 14.85 14.96 -
YUV 77.81 143.92 222.29 -
System Red Green Blue C M Y K H S L
Decimal 210 5 106 0 0.98 0.50 0.18 330.44 0.95 0.42
Hex D2 5 6A 0 62 32 12 14A 5F 2A
Octal 322 5 152 0 142 62 22 512 137 52
Binary 11010010 101 1101010 0 1100010 110010 10010 101001010 1011111 101010

Color Harmonies of #D2056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2056A

Black with #D2056A

Text Example


Text Example

White with #D2056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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