Html Css Color HEX #DD6FDA Orchid

📋 copy color: '#DD6FDA'

red 221 ◦ green 111 ◦ blue 218

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

Shades of Orchid #DD6FDA

Tints of Orchid #DD6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 40.18%
G = 20.18%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6FDA (or 0xDD6FDA) is known color: Orchid. HEX triplet: DD, 6F and DA. RGB value is (221,111,218). Sum of RGB (Red+Green+Blue) = 221+111+218=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDA is #229025. Grayscale: #9B9B9B. Windows color (decimal): -2265126 or 14315485. OLE color: 14315485.

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

Color convert

RGB 221 111 218 -
CMYK 0 0.50 0.01 0.13
HSL 301.64º 0.62% 0.65% -
HSV(B) 301.64º 0.5% 0.87% -
XYZ 48.16 31.8 69.93 -
YUV 156.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 221 111 218 0 0.50 0.01 0.13 301.64 0.62 0.65
Hex DD 6F DA 0 32 1 D 12E 3E 41
Octal 335 157 332 0 62 1 15 456 76 101
Binary 11011101 1101111 11011010 0 110010 1 1101 100101110 111110 1000001

Color Harmonies of #DD6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FDA

Black with #DD6FDA

Text Example


Text Example

White with #DD6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FDA; }

 p { color: rgb(221,111,218); }

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

background-color css

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

 a { background-color: rgb(221,111,218); }

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

border-color css

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

 span { border-color: rgb(221,111,218); }

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