Html Css Color HEX #D60370 Ruby

📋 copy color: '#D60370'

red 214 ◦ green 3 ◦ blue 112

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

Shades of Ruby #D60370

Tints of Ruby #D60370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 65.05%
G = 0.91%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D60370 (or 0xD60370) is known color: Ruby. HEX triplet: D6, 03 and 70. RGB value is (214,3,112). Sum of RGB (Red+Green+Blue) = 214+3+112=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D60370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60370 is #29FC8F. Grayscale: #4E4E4E. Windows color (decimal): -2751632 or 7341014. OLE color: 7341014.

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

Color convert

RGB 214 3 112 -
CMYK 0 0.99 0.48 0.16
HSL 329º 0.97% 0.43% -
HSV(B) 329º 0.99% 0.84% -
XYZ 30.69 15.53 16.71 -
YUV 78.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 214 3 112 0 0.99 0.48 0.16 329 0.97 0.43
Hex D6 3 70 0 63 30 10 149 61 2B
Octal 326 3 160 0 143 60 20 511 141 53
Binary 11010110 11 1110000 0 1100011 110000 10000 101001001 1100001 101011

Color Harmonies of #D60370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60370

Black with #D60370

Text Example


Text Example

White with #D60370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60370; }

 p { color: rgb(214,3,112); }

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

background-color css

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

 a { background-color: rgb(214,3,112); }

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

border-color css

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

 span { border-color: rgb(214,3,112); }

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