Html Css Color HEX #D01467 Ruby

📋 copy color: '#D01467'

red 208 ◦ green 20 ◦ blue 103

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

Shades of Ruby #D01467

Tints of Ruby #D01467

RGB

 RED value IS 208 (81.64% from 255) = 62.84%

 GREEN value IS 20 (8.2% from 255) = 6.04%

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

R = 62.84%
G = 6.04%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D01467 (or 0xD01467) is known color: Ruby. HEX triplet: D0, 14 and 67. RGB value is (208,20,103). Sum of RGB (Red+Green+Blue) = 208+20+103=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01467 is #2FEB98. Grayscale: #555555. Windows color (decimal): -3140505 or 6755536. OLE color: 6755536.

HSL color Cylindrical-coordinate representation of color #D01467: hue angle of 333.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01467 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 103 -
CMYK 0 0.90 0.50 0.18
HSL 333.51º 0.82% 0.45% -
HSV(B) 333.51º 0.9% 0.82% -
XYZ 28.71 14.89 14.19 -
YUV 85.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 208 20 103 0 0.90 0.50 0.18 333.51 0.82 0.45
Hex D0 14 67 0 5A 32 12 14E 52 2D
Octal 320 24 147 0 132 62 22 516 122 55
Binary 11010000 10100 1100111 0 1011010 110010 10010 101001110 1010010 101101

Color Harmonies of #D01467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01467

Black with #D01467

Text Example


Text Example

White with #D01467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01467; }

 p { color: rgb(208,20,103); }

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

background-color css

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

 a { background-color: rgb(208,20,103); }

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

border-color css

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

 span { border-color: rgb(208,20,103); }

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