Html Css Color HEX #D01266 Ruby

📋 copy color: '#D01266'

red 208 ◦ green 18 ◦ blue 102

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

Shades of Ruby #D01266

Tints of Ruby #D01266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 63.41%
G = 5.49%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D01266 (or 0xD01266) is known color: Ruby. HEX triplet: D0, 12 and 66. RGB value is (208,18,102). Sum of RGB (Red+Green+Blue) = 208+18+102=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D01266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01266 is #2FED99. Grayscale: #545454. Windows color (decimal): -3141018 or 6689488. OLE color: 6689488.

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

Color convert

RGB 208 18 102 -
CMYK 0 0.91 0.51 0.18
HSL 333.47º 0.84% 0.44% -
HSV(B) 333.47º 0.91% 0.82% -
XYZ 28.63 14.8 13.92 -
YUV 84.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 208 18 102 0 0.91 0.51 0.18 333.47 0.84 0.44
Hex D0 12 66 0 5B 33 12 14D 54 2C
Octal 320 22 146 0 133 63 22 515 124 54
Binary 11010000 10010 1100110 0 1011011 110011 10010 101001101 1010100 101100

Color Harmonies of #D01266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01266

Black with #D01266

Text Example


Text Example

White with #D01266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01266; }

 p { color: rgb(208,18,102); }

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

background-color css

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

 a { background-color: rgb(208,18,102); }

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

border-color css

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

 span { border-color: rgb(208,18,102); }

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