Html Css Color HEX #D01C62 Ruby

📋 copy color: '#D01C62'

red 208 ◦ green 28 ◦ blue 98

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

Shades of Ruby #D01C62

Tints of Ruby #D01C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.38%

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 62.28%
G = 8.38%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01C62 (or 0xD01C62) is known color: Ruby. HEX triplet: D0, 1C and 62. RGB value is (208,28,98). Sum of RGB (Red+Green+Blue) = 208+28+98=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C62 is #2FE39D. Grayscale: #595959. Windows color (decimal): -3138462 or 6429904. OLE color: 6429904.

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

Color convert

RGB 208 28 98 -
CMYK 0 0.87 0.53 0.18
HSL 336.67º 0.76% 0.46% -
HSV(B) 336.67º 0.87% 0.82% -
XYZ 28.63 15.12 12.97 -
YUV 89.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 208 28 98 0 0.87 0.53 0.18 336.67 0.76 0.46
Hex D0 1C 62 0 57 35 12 151 4C 2E
Octal 320 34 142 0 127 65 22 521 114 56
Binary 11010000 11100 1100010 0 1010111 110101 10010 101010001 1001100 101110

Color Harmonies of #D01C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C62

Black with #D01C62

Text Example


Text Example

White with #D01C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C62; }

 p { color: rgb(208,28,98); }

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

background-color css

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

 a { background-color: rgb(208,28,98); }

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

border-color css

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

 span { border-color: rgb(208,28,98); }

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