Html Css Color HEX #D0135A Ruby

📋 copy color: '#D0135A'

red 208 ◦ green 19 ◦ blue 90

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

Shades of Ruby #D0135A

Tints of Ruby #D0135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 65.62%
G = 5.99%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0135A (or 0xD0135A) is known color: Ruby. HEX triplet: D0, 13 and 5A. RGB value is (208,19,90). Sum of RGB (Red+Green+Blue) = 208+19+90=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0135A is #2FECA5. Grayscale: #535353. Windows color (decimal): -3140774 or 5903312. OLE color: 5903312.

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

Color convert

RGB 208 19 90 -
CMYK 0 0.91 0.57 0.18
HSL 337.46º 0.83% 0.45% -
HSV(B) 337.46º 0.91% 0.82% -
XYZ 28.09 14.61 11.01 -
YUV 83.61 131.62 216.73 -
System Red Green Blue C M Y K H S L
Decimal 208 19 90 0 0.91 0.57 0.18 337.46 0.83 0.45
Hex D0 13 5A 0 5B 39 12 151 53 2D
Octal 320 23 132 0 133 71 22 521 123 55
Binary 11010000 10011 1011010 0 1011011 111001 10010 101010001 1010011 101101

Color Harmonies of #D0135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0135A

Black with #D0135A

Text Example


Text Example

White with #D0135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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