Html Css Color HEX #D01269 Ruby

📋 copy color: '#D01269'

red 208 ◦ green 18 ◦ blue 105

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

Shades of Ruby #D01269

Tints of Ruby #D01269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 62.84%
G = 5.44%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D01269 (or 0xD01269) is known color: Ruby. HEX triplet: D0, 12 and 69. RGB value is (208,18,105). Sum of RGB (Red+Green+Blue) = 208+18+105=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D01269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01269 is #2FED96. Grayscale: #545454. Windows color (decimal): -3141015 or 6886096. OLE color: 6886096.

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

Color convert

RGB 208 18 105 -
CMYK 0 0.91 0.50 0.18
HSL 332.53º 0.84% 0.44% -
HSV(B) 332.53º 0.91% 0.82% -
XYZ 28.78 14.86 14.72 -
YUV 84.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 208 18 105 0 0.91 0.50 0.18 332.53 0.84 0.44
Hex D0 12 69 0 5B 32 12 14D 54 2C
Octal 320 22 151 0 133 62 22 515 124 54
Binary 11010000 10010 1101001 0 1011011 110010 10010 101001101 1010100 101100

Color Harmonies of #D01269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01269

Black with #D01269

Text Example


Text Example

White with #D01269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01269; }

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

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

background-color css

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

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

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

border-color css

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

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

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