Html Css Color HEX #D40370 Ruby

📋 copy color: '#D40370'

red 212 ◦ green 3 ◦ blue 112

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

Shades of Ruby #D40370

Tints of Ruby #D40370

RGB

 RED value IS 212 (83.2% from 255) = 64.83%

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

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

R = 64.83%
G = 0.92%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D40370 (or 0xD40370) is known color: Ruby. HEX triplet: D4, 03 and 70. RGB value is (212,3,112). Sum of RGB (Red+Green+Blue) = 212+3+112=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D40370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40370 is #2BFC8F. Grayscale: #4D4D4D. Windows color (decimal): -2882704 or 7341012. OLE color: 7341012.

HSL color Cylindrical-coordinate representation of color #D40370: hue angle of 328.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40370 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 112 -
CMYK 0 0.99 0.47 0.17
HSL 328.71º 0.97% 0.42% -
HSV(B) 328.71º 0.99% 0.83% -
XYZ 30.11 15.23 16.68 -
YUV 77.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 212 3 112 0 0.99 0.47 0.17 328.71 0.97 0.42
Hex D4 3 70 0 63 2F 11 149 61 2A
Octal 324 3 160 0 143 57 21 511 141 52
Binary 11010100 11 1110000 0 1100011 101111 10001 101001001 1100001 101010

Color Harmonies of #D40370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40370

Black with #D40370

Text Example


Text Example

White with #D40370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40370; }

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

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

background-color css

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

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

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

border-color css

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

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

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