Html Css Color HEX #D0206A Ruby

📋 copy color: '#D0206A'

red 208 ◦ green 32 ◦ blue 106

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

Shades of Ruby #D0206A

Tints of Ruby #D0206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 60.12%
G = 9.25%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0206A (or 0xD0206A) is known color: Ruby. HEX triplet: D0, 20 and 6A. RGB value is (208,32,106). Sum of RGB (Red+Green+Blue) = 208+32+106=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D0206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0206A is #2FDF95. Grayscale: #5C5C5C. Windows color (decimal): -3137430 or 6955216. OLE color: 6955216.

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

Color convert

RGB 208 32 106 -
CMYK 0 0.85 0.49 0.18
HSL 334.77º 0.73% 0.47% -
HSV(B) 334.77º 0.85% 0.82% -
XYZ 29.13 15.48 15.09 -
YUV 93.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 208 32 106 0 0.85 0.49 0.18 334.77 0.73 0.47
Hex D0 20 6A 0 55 31 12 14F 49 2F
Octal 320 40 152 0 125 61 22 517 111 57
Binary 11010000 100000 1101010 0 1010101 110001 10010 101001111 1001001 101111

Color Harmonies of #D0206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0206A

Black with #D0206A

Text Example


Text Example

White with #D0206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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