Html Css Color HEX #D01D64 Ruby

📋 copy color: '#D01D64'

red 208 ◦ green 29 ◦ blue 100

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

Shades of Ruby #D01D64

Tints of Ruby #D01D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 61.72%
G = 8.61%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D01D64 (or 0xD01D64) is known color: Ruby. HEX triplet: D0, 1D and 64. RGB value is (208,29,100). Sum of RGB (Red+Green+Blue) = 208+29+100=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D64 is #2FE29B. Grayscale: #5A5A5A. Windows color (decimal): -3138204 or 6561232. OLE color: 6561232.

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

Color convert

RGB 208 29 100 -
CMYK 0 0.86 0.52 0.18
HSL 336.2º 0.76% 0.46% -
HSV(B) 336.2º 0.86% 0.82% -
XYZ 28.75 15.21 13.48 -
YUV 90.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 208 29 100 0 0.86 0.52 0.18 336.2 0.76 0.46
Hex D0 1D 64 0 56 34 12 150 4C 2E
Octal 320 35 144 0 126 64 22 520 114 56
Binary 11010000 11101 1100100 0 1010110 110100 10010 101010000 1001100 101110

Color Harmonies of #D01D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D64

Black with #D01D64

Text Example


Text Example

White with #D01D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D64; }

 p { color: rgb(208,29,100); }

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

background-color css

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

 a { background-color: rgb(208,29,100); }

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

border-color css

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

 span { border-color: rgb(208,29,100); }

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