Html Css Color HEX #DD88CE Orchid

📋 copy color: '#DD88CE'

red 221 ◦ green 136 ◦ blue 206

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

Shades of Orchid #DD88CE

Tints of Orchid #DD88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 39.25%
G = 24.16%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD88CE (or 0xDD88CE) is known color: Orchid. HEX triplet: DD, 88 and CE. RGB value is (221,136,206). Sum of RGB (Red+Green+Blue) = 221+136+206=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CE is #227731. Grayscale: #A9A9A9. Windows color (decimal): -2258738 or 13535453. OLE color: 13535453.

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

Color convert

RGB 221 136 206 -
CMYK 0 0.38 0.07 0.13
HSL 310.59º 0.56% 0.7% -
HSV(B) 310.59º 0.38% 0.87% -
XYZ 49.76 37.44 63 -
YUV 169.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 221 136 206 0 0.38 0.07 0.13 310.59 0.56 0.7
Hex DD 88 CE 0 26 7 D 137 38 46
Octal 335 210 316 0 46 7 15 467 70 106
Binary 11011101 10001000 11001110 0 100110 111 1101 100110111 111000 1000110

Color Harmonies of #DD88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88CE

Black with #DD88CE

Text Example


Text Example

White with #DD88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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