Html Css Color HEX #D01262 Ruby

📋 copy color: '#D01262'

red 208 ◦ green 18 ◦ blue 98

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

Shades of Ruby #D01262

Tints of Ruby #D01262

RGB

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

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

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

R = 64.2%
G = 5.56%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01262 (or 0xD01262) is known color: Ruby. HEX triplet: D0, 12 and 62. RGB value is (208,18,98). Sum of RGB (Red+Green+Blue) = 208+18+98=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D01262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01262 is #2FED9D. Grayscale: #535353. Windows color (decimal): -3141022 or 6427344. OLE color: 6427344.

HSL color Cylindrical-coordinate representation of color #D01262: hue angle of 334.74º 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 #D01262 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 98 -
CMYK 0 0.91 0.53 0.18
HSL 334.74º 0.84% 0.44% -
HSV(B) 334.74º 0.91% 0.82% -
XYZ 28.43 14.72 12.9 -
YUV 83.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 208 18 98 0 0.91 0.53 0.18 334.74 0.84 0.44
Hex D0 12 62 0 5B 35 12 14F 54 2C
Octal 320 22 142 0 133 65 22 517 124 54
Binary 11010000 10010 1100010 0 1011011 110101 10010 101001111 1010100 101100

Color Harmonies of #D01262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01262

Black with #D01262

Text Example


Text Example

White with #D01262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01262; }

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

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

background-color css

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

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

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

border-color css

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

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

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