Html Css Color HEX #DD69E8 Orchid

📋 copy color: '#DD69E8'

red 221 ◦ green 105 ◦ blue 232

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

Shades of Orchid #DD69E8

Tints of Orchid #DD69E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.58%

R = 39.61%
G = 18.82%
B = 41.58%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD69E8 (or 0xDD69E8) is known color: Orchid. HEX triplet: DD, 69 and E8. RGB value is (221,105,232). Sum of RGB (Red+Green+Blue) = 221+105+232=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69E8 is #229617. Grayscale: #999999. Windows color (decimal): -2266648 or 15231453. OLE color: 15231453.

HSL color Cylindrical-coordinate representation of color #DD69E8: hue angle of 294.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD69E8 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 105 232 -
CMYK 0.05 0.55 0 0.09
HSL 294.8º 0.73% 0.66% -
HSV(B) 294.8º 0.55% 0.91% -
XYZ 49.44 31.3 79.78 -
YUV 154.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 221 105 232 0.05 0.55 0 0.09 294.8 0.73 0.66
Hex DD 69 E8 5 37 0 9 127 49 42
Octal 335 151 350 5 67 0 11 447 111 102
Binary 11011101 1101001 11101000 101 110111 0 1001 100100111 1001001 1000010

Color Harmonies of #DD69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69E8

Black with #DD69E8

Text Example


Text Example

White with #DD69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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