Html Css Color HEX #DD66DF Orchid

📋 copy color: '#DD66DF'

red 221 ◦ green 102 ◦ blue 223

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

Shades of Orchid #DD66DF

Tints of Orchid #DD66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.68%

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 40.48%
G = 18.68%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD66DF (or 0xDD66DF) is known color: Orchid. HEX triplet: DD, 66 and DF. RGB value is (221,102,223). Sum of RGB (Red+Green+Blue) = 221+102+223=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66DF is #229920. Grayscale: #979797. Windows color (decimal): -2267425 or 14640861. OLE color: 14640861.

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

Color convert

RGB 221 102 223 -
CMYK 0.01 0.54 0 0.13
HSL 299.01º 0.65% 0.64% -
HSV(B) 299.01º 0.54% 0.87% -
XYZ 47.89 30.2 73.12 -
YUV 151.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 221 102 223 0.01 0.54 0 0.13 299.01 0.65 0.64
Hex DD 66 DF 1 36 0 D 12B 41 40
Octal 335 146 337 1 66 0 15 453 101 100
Binary 11011101 1100110 11011111 1 110110 0 1101 100101011 1000001 1000000

Color Harmonies of #DD66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66DF

Black with #DD66DF

Text Example


Text Example

White with #DD66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66DF; }

 p { color: rgb(221,102,223); }

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

background-color css

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

 a { background-color: rgb(221,102,223); }

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

border-color css

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

 span { border-color: rgb(221,102,223); }

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