Html Css Color HEX #DD69DE Orchid

📋 copy color: '#DD69DE'

red 221 ◦ green 105 ◦ blue 222

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

Shades of Orchid #DD69DE

Tints of Orchid #DD69DE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.16%

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 40.33%
G = 19.16%
B = 40.51%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD69DE (or 0xDD69DE) is known color: Orchid. HEX triplet: DD, 69 and DE. RGB value is (221,105,222). Sum of RGB (Red+Green+Blue) = 221+105+222=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69DE is #229621. Grayscale: #989898. Windows color (decimal): -2266658 or 14576093. OLE color: 14576093.

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

Color convert

RGB 221 105 222 -
CMYK 0.00 0.53 0 0.13
HSL 299.49º 0.64% 0.64% -
HSV(B) 299.49º 0.53% 0.87% -
XYZ 48.06 30.75 72.51 -
YUV 153.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 221 105 222 0.00 0.53 0 0.13 299.49 0.64 0.64
Hex DD 69 DE 0 35 0 D 12B 40 40
Octal 335 151 336 0 65 0 15 453 100 100
Binary 11011101 1101001 11011110 0 110101 0 1101 100101011 1000000 1000000

Color Harmonies of #DD69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69DE

Black with #DD69DE

Text Example


Text Example

White with #DD69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69DE; }

 p { color: rgb(221,105,222); }

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

background-color css

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

 a { background-color: rgb(221,105,222); }

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

border-color css

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

 span { border-color: rgb(221,105,222); }

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