Html Css Color HEX #D30570 Ruby

📋 copy color: '#D30570'

red 211 ◦ green 5 ◦ blue 112

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

Shades of Ruby #D30570

Tints of Ruby #D30570

RGB

 RED value IS 211 (82.81% from 255) = 64.33%

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

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

R = 64.33%
G = 1.52%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D30570 (or 0xD30570) is known color: Ruby. HEX triplet: D3, 05 and 70. RGB value is (211,5,112). Sum of RGB (Red+Green+Blue) = 211+5+112=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D30570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30570 is #2CFA8F. Grayscale: #4E4E4E. Windows color (decimal): -2947728 or 7341523. OLE color: 7341523.

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

Color convert

RGB 211 5 112 -
CMYK 0 0.98 0.47 0.17
HSL 328.84º 0.95% 0.42% -
HSV(B) 328.84º 0.98% 0.83% -
XYZ 29.84 15.13 16.68 -
YUV 78.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 211 5 112 0 0.98 0.47 0.17 328.84 0.95 0.42
Hex D3 5 70 0 62 2F 11 149 5F 2A
Octal 323 5 160 0 142 57 21 511 137 52
Binary 11010011 101 1110000 0 1100010 101111 10001 101001001 1011111 101010

Color Harmonies of #D30570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30570

Black with #D30570

Text Example


Text Example

White with #D30570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30570; }

 p { color: rgb(211,5,112); }

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

background-color css

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

 a { background-color: rgb(211,5,112); }

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

border-color css

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

 span { border-color: rgb(211,5,112); }

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