Html Css Color HEX #DD206E Ruby

📋 copy color: '#DD206E'

red 221 ◦ green 32 ◦ blue 110

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

Shades of Ruby #DD206E

Tints of Ruby #DD206E

RGB

 RED value IS 221 (86.72% from 255) = 60.88%

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

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

R = 60.88%
G = 8.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD206E (or 0xDD206E) is known color: Ruby. HEX triplet: DD, 20 and 6E. RGB value is (221,32,110). Sum of RGB (Red+Green+Blue) = 221+32+110=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD206E is #22DF91. Grayscale: #616161. Windows color (decimal): -2285458 or 7217373. OLE color: 7217373.

HSL color Cylindrical-coordinate representation of color #DD206E: hue angle of 335.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD206E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 110 -
CMYK 0 0.86 0.50 0.13
HSL 335.24º 0.75% 0.5% -
HSV(B) 335.24º 0.86% 0.87% -
XYZ 33.15 17.53 16.39 -
YUV 97.4 135.12 216.16 -
System Red Green Blue C M Y K H S L
Decimal 221 32 110 0 0.86 0.50 0.13 335.24 0.75 0.5
Hex DD 20 6E 0 56 32 D 14F 4B 32
Octal 335 40 156 0 126 62 15 517 113 62
Binary 11011101 100000 1101110 0 1010110 110010 1101 101001111 1001011 110010

Color Harmonies of #DD206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD206E

Black with #DD206E

Text Example


Text Example

White with #DD206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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