Html Css Color HEX #D71366 Ruby

📋 copy color: '#D71366'

red 215 ◦ green 19 ◦ blue 102

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

Shades of Ruby #D71366

Tints of Ruby #D71366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 63.99%
G = 5.65%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D71366 (or 0xD71366) is known color: Ruby. HEX triplet: D7, 13 and 66. RGB value is (215,19,102). Sum of RGB (Red+Green+Blue) = 215+19+102=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71366 is #28EC99. Grayscale: #565656. Windows color (decimal): -2682010 or 6689751. OLE color: 6689751.

HSL color Cylindrical-coordinate representation of color #D71366: hue angle of 334.59º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71366 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 19 102 -
CMYK 0 0.91 0.53 0.16
HSL 334.59º 0.84% 0.46% -
HSV(B) 334.59º 0.91% 0.84% -
XYZ 30.66 15.87 14.02 -
YUV 87.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 215 19 102 0 0.91 0.53 0.16 334.59 0.84 0.46
Hex D7 13 66 0 5B 35 10 14F 54 2E
Octal 327 23 146 0 133 65 20 517 124 56
Binary 11010111 10011 1100110 0 1011011 110101 10000 101001111 1010100 101110

Color Harmonies of #D71366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71366

Black with #D71366

Text Example


Text Example

White with #D71366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71366; }

 p { color: rgb(215,19,102); }

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

background-color css

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

 a { background-color: rgb(215,19,102); }

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

border-color css

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

 span { border-color: rgb(215,19,102); }

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