Html Css Color HEX #D40667 Ruby

📋 copy color: '#D40667'

red 212 ◦ green 6 ◦ blue 103

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

Shades of Ruby #D40667

Tints of Ruby #D40667

RGB

 RED value IS 212 (83.2% from 255) = 66.04%

 GREEN value IS 6 (2.73% from 255) = 1.87%

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 66.04%
G = 1.87%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D40667 (or 0xD40667) is known color: Ruby. HEX triplet: D4, 06 and 67. RGB value is (212,6,103). Sum of RGB (Red+Green+Blue) = 212+6+103=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D40667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40667 is #2BF998. Grayscale: #4E4E4E. Windows color (decimal): -2881945 or 6751956. OLE color: 6751956.

HSL color Cylindrical-coordinate representation of color #D40667: hue angle of 331.75º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40667 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 103 -
CMYK 0 0.97 0.51 0.17
HSL 331.75º 0.94% 0.43% -
HSV(B) 331.75º 0.97% 0.83% -
XYZ 29.66 15.11 14.18 -
YUV 78.65 141.75 223.11 -
System Red Green Blue C M Y K H S L
Decimal 212 6 103 0 0.97 0.51 0.17 331.75 0.94 0.43
Hex D4 6 67 0 61 33 11 14C 5E 2B
Octal 324 6 147 0 141 63 21 514 136 53
Binary 11010100 110 1100111 0 1100001 110011 10001 101001100 1011110 101011

Color Harmonies of #D40667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40667

Black with #D40667

Text Example


Text Example

White with #D40667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40667; }

 p { color: rgb(212,6,103); }

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

background-color css

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

 a { background-color: rgb(212,6,103); }

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

border-color css

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

 span { border-color: rgb(212,6,103); }

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