Html Css Color HEX #D2075C Ruby

📋 copy color: '#D2075C'

red 210 ◦ green 7 ◦ blue 92

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

Shades of Ruby #D2075C

Tints of Ruby #D2075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 67.96%
G = 2.27%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2075C (or 0xD2075C) is known color: Ruby. HEX triplet: D2, 07 and 5C. RGB value is (210,7,92). Sum of RGB (Red+Green+Blue) = 210+7+92=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2075C is #2DF8A3. Grayscale: #4D4D4D. Windows color (decimal): -3012772 or 6031314. OLE color: 6031314.

HSL color Cylindrical-coordinate representation of color #D2075C: hue angle of 334.88º 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 #D2075C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 92 -
CMYK 0 0.97 0.56 0.18
HSL 334.88º 0.94% 0.43% -
HSV(B) 334.88º 0.97% 0.82% -
XYZ 28.59 14.63 11.44 -
YUV 77.39 136.25 222.59 -
System Red Green Blue C M Y K H S L
Decimal 210 7 92 0 0.97 0.56 0.18 334.88 0.94 0.43
Hex D2 7 5C 0 61 38 12 14F 5E 2B
Octal 322 7 134 0 141 70 22 517 136 53
Binary 11010010 111 1011100 0 1100001 111000 10010 101001111 1011110 101011

Color Harmonies of #D2075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2075C

Black with #D2075C

Text Example


Text Example

White with #D2075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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