Html Css Color HEX #D71A67 Ruby

📋 copy color: '#D71A67'

red 215 ◦ green 26 ◦ blue 103

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

Shades of Ruby #D71A67

Tints of Ruby #D71A67

RGB

 RED value IS 215 (84.38% from 255) = 62.5%

 GREEN value IS 26 (10.55% from 255) = 7.56%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 62.5%
G = 7.56%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D71A67 (or 0xD71A67) is known color: Ruby. HEX triplet: D7, 1A and 67. RGB value is (215,26,103). Sum of RGB (Red+Green+Blue) = 215+26+103=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A67 is #28E598. Grayscale: #5B5B5B. Windows color (decimal): -2680217 or 6757079. OLE color: 6757079.

HSL color Cylindrical-coordinate representation of color #D71A67: hue angle of 335.56º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A67 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 103 -
CMYK 0 0.88 0.52 0.16
HSL 335.56º 0.78% 0.47% -
HSV(B) 335.56º 0.88% 0.84% -
XYZ 30.84 16.17 14.33 -
YUV 91.29 134.62 216.24 -
System Red Green Blue C M Y K H S L
Decimal 215 26 103 0 0.88 0.52 0.16 335.56 0.78 0.47
Hex D7 1A 67 0 58 34 10 150 4E 2F
Octal 327 32 147 0 130 64 20 520 116 57
Binary 11010111 11010 1100111 0 1011000 110100 10000 101010000 1001110 101111

Color Harmonies of #D71A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A67

Black with #D71A67

Text Example


Text Example

White with #D71A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A67; }

 p { color: rgb(215,26,103); }

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

background-color css

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

 a { background-color: rgb(215,26,103); }

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

border-color css

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

 span { border-color: rgb(215,26,103); }

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