Html Css Color HEX #DD69DC Orchid

📋 copy color: '#DD69DC'

red 221 ◦ green 105 ◦ blue 220

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

Shades of Orchid #DD69DC

Tints of Orchid #DD69DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 40.48%
G = 19.23%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD69DC (or 0xDD69DC) is known color: Orchid. HEX triplet: DD, 69 and DC. RGB value is (221,105,220). Sum of RGB (Red+Green+Blue) = 221+105+220=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69DC is #229623. Grayscale: #989898. Windows color (decimal): -2266660 or 14445021. OLE color: 14445021.

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

Color convert

RGB 221 105 220 -
CMYK 0 0.52 0.00 0.13
HSL 300.52º 0.63% 0.64% -
HSV(B) 300.52º 0.52% 0.87% -
XYZ 47.79 30.64 71.11 -
YUV 152.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 221 105 220 0 0.52 0.00 0.13 300.52 0.63 0.64
Hex DD 69 DC 0 34 0 D 12D 3F 40
Octal 335 151 334 0 64 0 15 455 77 100
Binary 11011101 1101001 11011100 0 110100 0 1101 100101101 111111 1000000

Color Harmonies of #DD69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69DC

Black with #DD69DC

Text Example


Text Example

White with #DD69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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