Html Css Color HEX #D2075E Ruby

📋 copy color: '#D2075E'

red 210 ◦ green 7 ◦ blue 94

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

Shades of Ruby #D2075E

Tints of Ruby #D2075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 67.52%
G = 2.25%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2075E (or 0xD2075E) is known color: Ruby. HEX triplet: D2, 07 and 5E. RGB value is (210,7,94). Sum of RGB (Red+Green+Blue) = 210+7+94=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2075E is #2DF8A1. Grayscale: #4D4D4D. Windows color (decimal): -3012770 or 6162386. OLE color: 6162386.

HSL color Cylindrical-coordinate representation of color #D2075E: hue angle of 334.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2075E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 94 -
CMYK 0 0.97 0.55 0.18
HSL 334.29º 0.94% 0.43% -
HSV(B) 334.29º 0.97% 0.82% -
XYZ 28.67 14.66 11.91 -
YUV 77.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 210 7 94 0 0.97 0.55 0.18 334.29 0.94 0.43
Hex D2 7 5E 0 61 37 12 14E 5E 2B
Octal 322 7 136 0 141 67 22 516 136 53
Binary 11010010 111 1011110 0 1100001 110111 10010 101001110 1011110 101011

Color Harmonies of #D2075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2075E

Black with #D2075E

Text Example


Text Example

White with #D2075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2075E; }

 p { color: rgb(210,7,94); }

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

background-color css

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

 a { background-color: rgb(210,7,94); }

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

border-color css

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

 span { border-color: rgb(210,7,94); }

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