Html Css Color HEX #DD88C9 Orchid

📋 copy color: '#DD88C9'

red 221 ◦ green 136 ◦ blue 201

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

Shades of Orchid #DD88C9

Tints of Orchid #DD88C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 39.61%
G = 24.37%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD88C9 (or 0xDD88C9) is known color: Orchid. HEX triplet: DD, 88 and C9. RGB value is (221,136,201). Sum of RGB (Red+Green+Blue) = 221+136+201=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88C9 is #227736. Grayscale: #A8A8A8. Windows color (decimal): -2258743 or 13207773. OLE color: 13207773.

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

Color convert

RGB 221 136 201 -
CMYK 0 0.38 0.09 0.13
HSL 314.12º 0.56% 0.7% -
HSV(B) 314.12º 0.38% 0.87% -
XYZ 49.17 37.2 59.85 -
YUV 168.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 221 136 201 0 0.38 0.09 0.13 314.12 0.56 0.7
Hex DD 88 C9 0 26 9 D 13A 38 46
Octal 335 210 311 0 46 11 15 472 70 106
Binary 11011101 10001000 11001001 0 100110 1001 1101 100111010 111000 1000110

Color Harmonies of #DD88C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88C9

Black with #DD88C9

Text Example


Text Example

White with #DD88C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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