Html Css Color HEX #D30463 Ruby

📋 copy color: '#D30463'

red 211 ◦ green 4 ◦ blue 99

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

Shades of Ruby #D30463

Tints of Ruby #D30463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 67.2%
G = 1.27%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D30463 (or 0xD30463) is known color: Ruby. HEX triplet: D3, 04 and 63. RGB value is (211,4,99). Sum of RGB (Red+Green+Blue) = 211+4+99=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D30463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30463 is #2CFB9C. Grayscale: #4C4C4C. Windows color (decimal): -2947997 or 6489299. OLE color: 6489299.

HSL color Cylindrical-coordinate representation of color #D30463: hue angle of 332.46º degrees, saturation: 0.96, 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 #D30463 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 4 99 -
CMYK 0 0.98 0.53 0.17
HSL 332.46º 0.96% 0.42% -
HSV(B) 332.46º 0.98% 0.83% -
XYZ 29.16 14.84 13.13 -
YUV 76.72 140.58 223.78 -
System Red Green Blue C M Y K H S L
Decimal 211 4 99 0 0.98 0.53 0.17 332.46 0.96 0.42
Hex D3 4 63 0 62 35 11 14C 60 2A
Octal 323 4 143 0 142 65 21 514 140 52
Binary 11010011 100 1100011 0 1100010 110101 10001 101001100 1100000 101010

Color Harmonies of #D30463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30463

Black with #D30463

Text Example


Text Example

White with #D30463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30463; }

 p { color: rgb(211,4,99); }

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

background-color css

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

 a { background-color: rgb(211,4,99); }

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

border-color css

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

 span { border-color: rgb(211,4,99); }

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