Html Css Color HEX #DD206A Ruby

📋 copy color: '#DD206A'

red 221 ◦ green 32 ◦ blue 106

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

Shades of Ruby #DD206A

Tints of Ruby #DD206A

RGB

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

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

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

R = 61.56%
G = 8.91%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD206A (or 0xDD206A) is known color: Ruby. HEX triplet: DD, 20 and 6A. RGB value is (221,32,106). Sum of RGB (Red+Green+Blue) = 221+32+106=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD206A is #22DF95. Grayscale: #606060. Windows color (decimal): -2285462 or 6955229. OLE color: 6955229.

HSL color Cylindrical-coordinate representation of color #DD206A: hue angle of 336.51º 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 #DD206A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 106 -
CMYK 0 0.86 0.52 0.13
HSL 336.51º 0.75% 0.5% -
HSV(B) 336.51º 0.86% 0.87% -
XYZ 32.94 17.45 15.27 -
YUV 96.95 133.12 216.48 -
System Red Green Blue C M Y K H S L
Decimal 221 32 106 0 0.86 0.52 0.13 336.51 0.75 0.5
Hex DD 20 6A 0 56 34 D 151 4B 32
Octal 335 40 152 0 126 64 15 521 113 62
Binary 11011101 100000 1101010 0 1010110 110100 1101 101010001 1001011 110010

Color Harmonies of #DD206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD206A

Black with #DD206A

Text Example


Text Example

White with #DD206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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