Html Css Color HEX #D61E6A Ruby

📋 copy color: '#D61E6A'

red 214 ◦ green 30 ◦ blue 106

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

Shades of Ruby #D61E6A

Tints of Ruby #D61E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 61.14%
G = 8.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D61E6A (or 0xD61E6A) is known color: Ruby. HEX triplet: D6, 1E and 6A. RGB value is (214,30,106). Sum of RGB (Red+Green+Blue) = 214+30+106=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E6A is #29E195. Grayscale: #5D5D5D. Windows color (decimal): -2744726 or 6954710. OLE color: 6954710.

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

Color convert

RGB 214 30 106 -
CMYK 0 0.86 0.50 0.16
HSL 335.22º 0.75% 0.48% -
HSV(B) 335.22º 0.86% 0.84% -
XYZ 30.8 16.27 15.15 -
YUV 93.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 214 30 106 0 0.86 0.50 0.16 335.22 0.75 0.48
Hex D6 1E 6A 0 56 32 10 14F 4B 30
Octal 326 36 152 0 126 62 20 517 113 60
Binary 11010110 11110 1101010 0 1010110 110010 10000 101001111 1001011 110000

Color Harmonies of #D61E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E6A

Black with #D61E6A

Text Example


Text Example

White with #D61E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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