Html Css Color HEX #D01260 Ruby

📋 copy color: '#D01260'

red 208 ◦ green 18 ◦ blue 96

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

Shades of Ruby #D01260

Tints of Ruby #D01260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 64.6%
G = 5.59%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D01260 (or 0xD01260) is known color: Ruby. HEX triplet: D0, 12 and 60. RGB value is (208,18,96). Sum of RGB (Red+Green+Blue) = 208+18+96=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D01260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01260 is #2FED9F. Grayscale: #535353. Windows color (decimal): -3141024 or 6296272. OLE color: 6296272.

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

Color convert

RGB 208 18 96 -
CMYK 0 0.91 0.54 0.18
HSL 335.37º 0.84% 0.44% -
HSV(B) 335.37º 0.91% 0.82% -
XYZ 28.34 14.69 12.41 -
YUV 83.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 208 18 96 0 0.91 0.54 0.18 335.37 0.84 0.44
Hex D0 12 60 0 5B 36 12 14F 54 2C
Octal 320 22 140 0 133 66 22 517 124 54
Binary 11010000 10010 1100000 0 1011011 110110 10010 101001111 1010100 101100

Color Harmonies of #D01260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01260

Black with #D01260

Text Example


Text Example

White with #D01260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01260; }

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

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

background-color css

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

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

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

border-color css

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

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

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