Html Css Color HEX #D61E74 Ruby

📋 copy color: '#D61E74'

red 214 ◦ green 30 ◦ blue 116

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

Shades of Ruby #D61E74

Tints of Ruby #D61E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 116 (45.7% from 255) = 32.22%

R = 59.44%
G = 8.33%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D61E74 (or 0xD61E74) is known color: Ruby. HEX triplet: D6, 1E and 74. RGB value is (214,30,116). Sum of RGB (Red+Green+Blue) = 214+30+116=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E74 is #29E18B. Grayscale: #5E5E5E. Windows color (decimal): -2744716 or 7610070. OLE color: 7610070.

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

Color convert

RGB 214 30 116 -
CMYK 0 0.86 0.46 0.16
HSL 331.96º 0.75% 0.48% -
HSV(B) 331.96º 0.86% 0.84% -
XYZ 31.35 16.49 18.05 -
YUV 94.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 214 30 116 0 0.86 0.46 0.16 331.96 0.75 0.48
Hex D6 1E 74 0 56 2E 10 14C 4B 30
Octal 326 36 164 0 126 56 20 514 113 60
Binary 11010110 11110 1110100 0 1010110 101110 10000 101001100 1001011 110000

Color Harmonies of #D61E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E74

Black with #D61E74

Text Example


Text Example

White with #D61E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E74; }

 p { color: rgb(214,30,116); }

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

background-color css

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

 a { background-color: rgb(214,30,116); }

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

border-color css

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

 span { border-color: rgb(214,30,116); }

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