Html Css Color HEX #D0135E Ruby

📋 copy color: '#D0135E'

red 208 ◦ green 19 ◦ blue 94

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

Shades of Ruby #D0135E

Tints of Ruby #D0135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 64.8%
G = 5.92%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0135E (or 0xD0135E) is known color: Ruby. HEX triplet: D0, 13 and 5E. RGB value is (208,19,94). Sum of RGB (Red+Green+Blue) = 208+19+94=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0135E is #2FECA1. Grayscale: #535353. Windows color (decimal): -3140770 or 6165456. OLE color: 6165456.

HSL color Cylindrical-coordinate representation of color #D0135E: hue angle of 336.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0135E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 94 -
CMYK 0 0.91 0.55 0.18
HSL 336.19º 0.83% 0.45% -
HSV(B) 336.19º 0.91% 0.82% -
XYZ 28.27 14.68 11.93 -
YUV 84.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 208 19 94 0 0.91 0.55 0.18 336.19 0.83 0.45
Hex D0 13 5E 0 5B 37 12 150 53 2D
Octal 320 23 136 0 133 67 22 520 123 55
Binary 11010000 10011 1011110 0 1011011 110111 10010 101010000 1010011 101101

Color Harmonies of #D0135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0135E

Black with #D0135E

Text Example


Text Example

White with #D0135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0135E; }

 p { color: rgb(208,19,94); }

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

background-color css

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

 a { background-color: rgb(208,19,94); }

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

border-color css

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

 span { border-color: rgb(208,19,94); }

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