Html Css Color HEX #D01F68 Ruby

📋 copy color: '#D01F68'

red 208 ◦ green 31 ◦ blue 104

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

Shades of Ruby #D01F68

Tints of Ruby #D01F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 60.64%
G = 9.04%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D01F68 (or 0xD01F68) is known color: Ruby. HEX triplet: D0, 1F and 68. RGB value is (208,31,104). Sum of RGB (Red+Green+Blue) = 208+31+104=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F68 is #2FE097. Grayscale: #5C5C5C. Windows color (decimal): -3137688 or 6823888. OLE color: 6823888.

HSL color Cylindrical-coordinate representation of color #D01F68: hue angle of 335.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F68 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 104 -
CMYK 0 0.85 0.5 0.18
HSL 335.25º 0.74% 0.47% -
HSV(B) 335.25º 0.85% 0.82% -
XYZ 29 15.39 14.54 -
YUV 92.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 208 31 104 0 0.85 0.5 0.18 335.25 0.74 0.47
Hex D0 1F 68 0 55 32 12 14F 4A 2F
Octal 320 37 150 0 125 62 22 517 112 57
Binary 11010000 11111 1101000 0 1010101 110010 10010 101001111 1001010 101111

Color Harmonies of #D01F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F68

Black with #D01F68

Text Example


Text Example

White with #D01F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F68; }

 p { color: rgb(208,31,104); }

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

background-color css

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

 a { background-color: rgb(208,31,104); }

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

border-color css

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

 span { border-color: rgb(208,31,104); }

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