Html Css Color HEX #DD69DD Orchid

📋 copy color: '#DD69DD'

red 221 ◦ green 105 ◦ blue 221

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

Shades of Orchid #DD69DD

Tints of Orchid #DD69DD

RGB

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

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

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

R = 40.4%
G = 19.2%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD69DD (or 0xDD69DD) is known color: Orchid. HEX triplet: DD, 69 and DD. RGB value is (221,105,221). Sum of RGB (Red+Green+Blue) = 221+105+221=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69DD is #229622. Grayscale: #989898. Windows color (decimal): -2266659 or 14510557. OLE color: 14510557.

HSL color Cylindrical-coordinate representation of color #DD69DD: hue angle of 300º 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 #DD69DD is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 221 -
CMYK 0 0.52 0 0.13
HSL 300º 0.63% 0.64% -
HSV(B) 300º 0.52% 0.87% -
XYZ 47.92 30.7 71.81 -
YUV 152.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 221 105 221 0 0.52 0 0.13 300 0.63 0.64
Hex DD 69 DD 0 34 0 D 12C 3F 40
Octal 335 151 335 0 64 0 15 454 77 100
Binary 11011101 1101001 11011101 0 110100 0 1101 100101100 111111 1000000

Color Harmonies of #DD69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69DD

Black with #DD69DD

Text Example


Text Example

White with #DD69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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