Html Css Color HEX #D31268 Ruby

📋 copy color: '#D31268'

red 211 ◦ green 18 ◦ blue 104

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

Shades of Ruby #D31268

Tints of Ruby #D31268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 63.36%
G = 5.41%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D31268 (or 0xD31268) is known color: Ruby. HEX triplet: D3, 12 and 68. RGB value is (211,18,104). Sum of RGB (Red+Green+Blue) = 211+18+104=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D31268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31268 is #2CED97. Grayscale: #555555. Windows color (decimal): -2944408 or 6820563. OLE color: 6820563.

HSL color Cylindrical-coordinate representation of color #D31268: hue angle of 333.26º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31268 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 104 -
CMYK 0 0.91 0.51 0.17
HSL 333.26º 0.84% 0.45% -
HSV(B) 333.26º 0.91% 0.83% -
XYZ 29.58 15.28 14.49 -
YUV 85.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 211 18 104 0 0.91 0.51 0.17 333.26 0.84 0.45
Hex D3 12 68 0 5B 33 11 14D 54 2D
Octal 323 22 150 0 133 63 21 515 124 55
Binary 11010011 10010 1101000 0 1011011 110011 10001 101001101 1010100 101101

Color Harmonies of #D31268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31268

Black with #D31268

Text Example


Text Example

White with #D31268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31268; }

 p { color: rgb(211,18,104); }

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

background-color css

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

 a { background-color: rgb(211,18,104); }

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

border-color css

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

 span { border-color: rgb(211,18,104); }

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