Html Css Color HEX #D61B65 Ruby

📋 copy color: '#D61B65'

red 214 ◦ green 27 ◦ blue 101

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

Shades of Ruby #D61B65

Tints of Ruby #D61B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 62.57%
G = 7.89%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D61B65 (or 0xD61B65) is known color: Ruby. HEX triplet: D6, 1B and 65. RGB value is (214,27,101). Sum of RGB (Red+Green+Blue) = 214+27+101=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B65 is #29E49A. Grayscale: #5B5B5B. Windows color (decimal): -2745499 or 6626262. OLE color: 6626262.

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

Color convert

RGB 214 27 101 -
CMYK 0 0.87 0.53 0.16
HSL 336.26º 0.78% 0.47% -
HSV(B) 336.26º 0.87% 0.84% -
XYZ 30.47 16.02 13.8 -
YUV 91.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 214 27 101 0 0.87 0.53 0.16 336.26 0.78 0.47
Hex D6 1B 65 0 57 35 10 150 4E 2F
Octal 326 33 145 0 127 65 20 520 116 57
Binary 11010110 11011 1100101 0 1010111 110101 10000 101010000 1001110 101111

Color Harmonies of #D61B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B65

Black with #D61B65

Text Example


Text Example

White with #D61B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B65; }

 p { color: rgb(214,27,101); }

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

background-color css

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

 a { background-color: rgb(214,27,101); }

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

border-color css

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

 span { border-color: rgb(214,27,101); }

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