Html Css Color HEX #DD81C9 Orchid

📋 copy color: '#DD81C9'

red 221 ◦ green 129 ◦ blue 201

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

Shades of Orchid #DD81C9

Tints of Orchid #DD81C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 40.11%
G = 23.41%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD81C9 (or 0xDD81C9) is known color: Orchid. HEX triplet: DD, 81 and C9. RGB value is (221,129,201). Sum of RGB (Red+Green+Blue) = 221+129+201=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C9 is #227E36. Grayscale: #A4A4A4. Windows color (decimal): -2260535 or 13205981. OLE color: 13205981.

HSL color Cylindrical-coordinate representation of color #DD81C9: hue angle of 313.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81C9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 201 -
CMYK 0 0.42 0.09 0.13
HSL 313.04º 0.58% 0.69% -
HSV(B) 313.04º 0.42% 0.87% -
XYZ 48.21 35.29 59.53 -
YUV 164.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 221 129 201 0 0.42 0.09 0.13 313.04 0.58 0.69
Hex DD 81 C9 0 2A 9 D 139 3A 45
Octal 335 201 311 0 52 11 15 471 72 105
Binary 11011101 10000001 11001001 0 101010 1001 1101 100111001 111010 1000101

Color Harmonies of #DD81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81C9

Black with #DD81C9

Text Example


Text Example

White with #DD81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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