Html Css Color HEX #D01A6B Ruby

📋 copy color: '#D01A6B'

red 208 ◦ green 26 ◦ blue 107

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

Shades of Ruby #D01A6B

Tints of Ruby #D01A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 61%
G = 7.62%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D01A6B (or 0xD01A6B) is known color: Ruby. HEX triplet: D0, 1A and 6B. RGB value is (208,26,107). Sum of RGB (Red+Green+Blue) = 208+26+107=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A6B is #2FE594. Grayscale: #595959. Windows color (decimal): -3138965 or 7019216. OLE color: 7019216.

HSL color Cylindrical-coordinate representation of color #D01A6B: hue angle of 333.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A6B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 107 -
CMYK 0 0.88 0.49 0.18
HSL 333.3º 0.78% 0.46% -
HSV(B) 333.3º 0.88% 0.82% -
XYZ 29.04 15.21 15.32 -
YUV 89.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 208 26 107 0 0.88 0.49 0.18 333.3 0.78 0.46
Hex D0 1A 6B 0 58 31 12 14D 4E 2E
Octal 320 32 153 0 130 61 22 515 116 56
Binary 11010000 11010 1101011 0 1011000 110001 10010 101001101 1001110 101110

Color Harmonies of #D01A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A6B

Black with #D01A6B

Text Example


Text Example

White with #D01A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A6B; }

 p { color: rgb(208,26,107); }

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

background-color css

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

 a { background-color: rgb(208,26,107); }

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

border-color css

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

 span { border-color: rgb(208,26,107); }

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