Html Css Color HEX #DD88D6 Orchid

📋 copy color: '#DD88D6'

red 221 ◦ green 136 ◦ blue 214

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

Shades of Orchid #DD88D6

Tints of Orchid #DD88D6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.82%

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 38.7%
G = 23.82%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD88D6 (or 0xDD88D6) is known color: Orchid. HEX triplet: DD, 88 and D6. RGB value is (221,136,214). Sum of RGB (Red+Green+Blue) = 221+136+214=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88D6 is #227729. Grayscale: #AAAAAA. Windows color (decimal): -2258730 or 14059741. OLE color: 14059741.

HSL color Cylindrical-coordinate representation of color #DD88D6: hue angle of 304.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88D6 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 214 -
CMYK 0 0.38 0.03 0.13
HSL 304.94º 0.56% 0.7% -
HSV(B) 304.94º 0.38% 0.87% -
XYZ 50.76 37.84 68.25 -
YUV 170.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 221 136 214 0 0.38 0.03 0.13 304.94 0.56 0.7
Hex DD 88 D6 0 26 3 D 131 38 46
Octal 335 210 326 0 46 3 15 461 70 106
Binary 11011101 10001000 11010110 0 100110 11 1101 100110001 111000 1000110

Color Harmonies of #DD88D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88D6

Black with #DD88D6

Text Example


Text Example

White with #DD88D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88D6; }

 p { color: rgb(221,136,214); }

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

background-color css

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

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

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

border-color css

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

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

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