Html Css Color HEX #D71F67 Ruby

📋 copy color: '#D71F67'

red 215 ◦ green 31 ◦ blue 103

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

Shades of Ruby #D71F67

Tints of Ruby #D71F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

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

R = 61.6%
G = 8.88%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D71F67 (or 0xD71F67) is known color: Ruby. HEX triplet: D7, 1F and 67. RGB value is (215,31,103). Sum of RGB (Red+Green+Blue) = 215+31+103=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F67 is #28E098. Grayscale: #5E5E5E. Windows color (decimal): -2678937 or 6758359. OLE color: 6758359.

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

Color convert

RGB 215 31 103 -
CMYK 0 0.86 0.52 0.16
HSL 336.52º 0.75% 0.48% -
HSV(B) 336.52º 0.86% 0.84% -
XYZ 30.96 16.41 14.37 -
YUV 94.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 215 31 103 0 0.86 0.52 0.16 336.52 0.75 0.48
Hex D7 1F 67 0 56 34 10 151 4B 30
Octal 327 37 147 0 126 64 20 521 113 60
Binary 11010111 11111 1100111 0 1010110 110100 10000 101010001 1001011 110000

Color Harmonies of #D71F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F67

Black with #D71F67

Text Example


Text Example

White with #D71F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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