Html Css Color HEX #D0206E Ruby

📋 copy color: '#D0206E'

red 208 ◦ green 32 ◦ blue 110

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

Shades of Ruby #D0206E

Tints of Ruby #D0206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 59.43%
G = 9.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0206E (or 0xD0206E) is known color: Ruby. HEX triplet: D0, 20 and 6E. RGB value is (208,32,110). Sum of RGB (Red+Green+Blue) = 208+32+110=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0206E is #2FDF91. Grayscale: #5D5D5D. Windows color (decimal): -3137426 or 7217360. OLE color: 7217360.

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

Color convert

RGB 208 32 110 -
CMYK 0 0.85 0.47 0.18
HSL 333.41º 0.73% 0.47% -
HSV(B) 333.41º 0.85% 0.82% -
XYZ 29.34 15.57 16.21 -
YUV 93.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 208 32 110 0 0.85 0.47 0.18 333.41 0.73 0.47
Hex D0 20 6E 0 55 2F 12 14D 49 2F
Octal 320 40 156 0 125 57 22 515 111 57
Binary 11010000 100000 1101110 0 1010101 101111 10010 101001101 1001001 101111

Color Harmonies of #D0206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0206E

Black with #D0206E

Text Example


Text Example

White with #D0206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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