Html Css Color HEX #D0205C Ruby

📋 copy color: '#D0205C'

red 208 ◦ green 32 ◦ blue 92

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

Shades of Ruby #D0205C

Tints of Ruby #D0205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 62.65%
G = 9.64%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0205C (or 0xD0205C) is known color: Ruby. HEX triplet: D0, 20 and 5C. RGB value is (208,32,92). Sum of RGB (Red+Green+Blue) = 208+32+92=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0205C is #2FDFA3. Grayscale: #5B5B5B. Windows color (decimal): -3137444 or 6037712. OLE color: 6037712.

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

Color convert

RGB 208 32 92 -
CMYK 0 0.85 0.56 0.18
HSL 339.55º 0.73% 0.47% -
HSV(B) 339.55º 0.85% 0.82% -
XYZ 28.46 15.22 11.56 -
YUV 91.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 208 32 92 0 0.85 0.56 0.18 339.55 0.73 0.47
Hex D0 20 5C 0 55 38 12 154 49 2F
Octal 320 40 134 0 125 70 22 524 111 57
Binary 11010000 100000 1011100 0 1010101 111000 10010 101010100 1001001 101111

Color Harmonies of #D0205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0205C

Black with #D0205C

Text Example


Text Example

White with #D0205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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