Html Css Color HEX #DD66E0 Orchid

📋 copy color: '#DD66E0'

red 221 ◦ green 102 ◦ blue 224

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

Shades of Orchid #DD66E0

Tints of Orchid #DD66E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 40.4%
G = 18.65%
B = 40.95%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD66E0 (or 0xDD66E0) is known color: Orchid. HEX triplet: DD, 66 and E0. RGB value is (221,102,224). Sum of RGB (Red+Green+Blue) = 221+102+224=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD66E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66E0 is #22991F. Grayscale: #979797. Windows color (decimal): -2267424 or 14706397. OLE color: 14706397.

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

Color convert

RGB 221 102 224 -
CMYK 0.01 0.54 0 0.12
HSL 298.52º 0.66% 0.64% -
HSV(B) 298.52º 0.54% 0.88% -
XYZ 48.02 30.26 73.83 -
YUV 151.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 221 102 224 0.01 0.54 0 0.12 298.52 0.66 0.64
Hex DD 66 E0 1 36 0 C 12B 42 40
Octal 335 146 340 1 66 0 14 453 102 100
Binary 11011101 1100110 11100000 1 110110 0 1100 100101011 1000010 1000000

Color Harmonies of #DD66E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66E0

Black with #DD66E0

Text Example


Text Example

White with #DD66E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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