Html Css Color HEX #D0195A Ruby

📋 copy color: '#D0195A'

red 208 ◦ green 25 ◦ blue 90

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

Shades of Ruby #D0195A

Tints of Ruby #D0195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 64.4%
G = 7.74%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0195A (or 0xD0195A) is known color: Ruby. HEX triplet: D0, 19 and 5A. RGB value is (208,25,90). Sum of RGB (Red+Green+Blue) = 208+25+90=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0195A is #2FE6A5. Grayscale: #575757. Windows color (decimal): -3139238 or 5904848. OLE color: 5904848.

HSL color Cylindrical-coordinate representation of color #D0195A: hue angle of 338.69º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0195A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 90 -
CMYK 0 0.88 0.57 0.18
HSL 338.69º 0.79% 0.46% -
HSV(B) 338.69º 0.88% 0.82% -
XYZ 28.21 14.84 11.05 -
YUV 87.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 208 25 90 0 0.88 0.57 0.18 338.69 0.79 0.46
Hex D0 19 5A 0 58 39 12 153 4F 2E
Octal 320 31 132 0 130 71 22 523 117 56
Binary 11010000 11001 1011010 0 1011000 111001 10010 101010011 1001111 101110

Color Harmonies of #D0195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0195A

Black with #D0195A

Text Example


Text Example

White with #D0195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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