Html Css Color HEX #D0205E Ruby

📋 copy color: '#D0205E'

red 208 ◦ green 32 ◦ blue 94

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

Shades of Ruby #D0205E

Tints of Ruby #D0205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 62.28%
G = 9.58%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0205E (or 0xD0205E) is known color: Ruby. HEX triplet: D0, 20 and 5E. RGB value is (208,32,94). Sum of RGB (Red+Green+Blue) = 208+32+94=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0205E is #2FDFA1. Grayscale: #5B5B5B. Windows color (decimal): -3137442 or 6168784. OLE color: 6168784.

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

Color convert

RGB 208 32 94 -
CMYK 0 0.85 0.55 0.18
HSL 338.86º 0.73% 0.47% -
HSV(B) 338.86º 0.85% 0.82% -
XYZ 28.55 15.25 12.03 -
YUV 91.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 208 32 94 0 0.85 0.55 0.18 338.86 0.73 0.47
Hex D0 20 5E 0 55 37 12 153 49 2F
Octal 320 40 136 0 125 67 22 523 111 57
Binary 11010000 100000 1011110 0 1010101 110111 10010 101010011 1001001 101111

Color Harmonies of #D0205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0205E

Black with #D0205E

Text Example


Text Example

White with #D0205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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