Html Css Color HEX #D61F72 Ruby

📋 copy color: '#D61F72'

red 214 ◦ green 31 ◦ blue 114

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

Shades of Ruby #D61F72

Tints of Ruby #D61F72

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 59.61%
G = 8.64%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D61F72 (or 0xD61F72) is known color: Ruby. HEX triplet: D6, 1F and 72. RGB value is (214,31,114). Sum of RGB (Red+Green+Blue) = 214+31+114=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F72 is #29E08D. Grayscale: #5F5F5F. Windows color (decimal): -2744462 or 7479254. OLE color: 7479254.

HSL color Cylindrical-coordinate representation of color #D61F72: hue angle of 332.79º 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 #D61F72 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 31 114 -
CMYK 0 0.86 0.47 0.16
HSL 332.79º 0.75% 0.48% -
HSV(B) 332.79º 0.86% 0.84% -
XYZ 31.26 16.49 17.46 -
YUV 95.18 138.63 212.75 -
System Red Green Blue C M Y K H S L
Decimal 214 31 114 0 0.86 0.47 0.16 332.79 0.75 0.48
Hex D6 1F 72 0 56 2F 10 14D 4B 30
Octal 326 37 162 0 126 57 20 515 113 60
Binary 11010110 11111 1110010 0 1010110 101111 10000 101001101 1001011 110000

Color Harmonies of #D61F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F72

Black with #D61F72

Text Example


Text Example

White with #D61F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F72; }

 p { color: rgb(214,31,114); }

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

background-color css

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

 a { background-color: rgb(214,31,114); }

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

border-color css

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

 span { border-color: rgb(214,31,114); }

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