Html Css Color HEX #DD88D0 Orchid

📋 copy color: '#DD88D0'

red 221 ◦ green 136 ◦ blue 208

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

Shades of Orchid #DD88D0

Tints of Orchid #DD88D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 39.12%
G = 24.07%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD88D0 (or 0xDD88D0) is known color: Orchid. HEX triplet: DD, 88 and D0. RGB value is (221,136,208). Sum of RGB (Red+Green+Blue) = 221+136+208=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88D0 is #22772F. Grayscale: #A9A9A9. Windows color (decimal): -2258736 or 13666525. OLE color: 13666525.

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

Color convert

RGB 221 136 208 -
CMYK 0 0.38 0.06 0.13
HSL 309.18º 0.56% 0.7% -
HSV(B) 309.18º 0.38% 0.87% -
XYZ 50.01 37.53 64.28 -
YUV 169.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 221 136 208 0 0.38 0.06 0.13 309.18 0.56 0.7
Hex DD 88 D0 0 26 6 D 135 38 46
Octal 335 210 320 0 46 6 15 465 70 106
Binary 11011101 10001000 11010000 0 100110 110 1101 100110101 111000 1000110

Color Harmonies of #DD88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88D0

Black with #DD88D0

Text Example


Text Example

White with #DD88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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