Html Css Color HEX #D40A67 Ruby

📋 copy color: '#D40A67'

red 212 ◦ green 10 ◦ blue 103

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

Shades of Ruby #D40A67

Tints of Ruby #D40A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 65.23%
G = 3.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D40A67 (or 0xD40A67) is known color: Ruby. HEX triplet: D4, 0A and 67. RGB value is (212,10,103). Sum of RGB (Red+Green+Blue) = 212+10+103=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A67 is #2BF598. Grayscale: #505050. Windows color (decimal): -2880921 or 6752980. OLE color: 6752980.

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

Color convert

RGB 212 10 103 -
CMYK 0 0.95 0.51 0.17
HSL 332.38º 0.91% 0.44% -
HSV(B) 332.38º 0.95% 0.83% -
XYZ 29.71 15.19 14.2 -
YUV 81 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 212 10 103 0 0.95 0.51 0.17 332.38 0.91 0.44
Hex D4 A 67 0 5F 33 11 14C 5B 2C
Octal 324 12 147 0 137 63 21 514 133 54
Binary 11010100 1010 1100111 0 1011111 110011 10001 101001100 1011011 101100

Color Harmonies of #D40A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A67

Black with #D40A67

Text Example


Text Example

White with #D40A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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