Html Css Color HEX #DD81DB Orchid

📋 copy color: '#DD81DB'

red 221 ◦ green 129 ◦ blue 219

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

Shades of Orchid #DD81DB

Tints of Orchid #DD81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 38.84%
G = 22.67%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD81DB (or 0xDD81DB) is known color: Orchid. HEX triplet: DD, 81 and DB. RGB value is (221,129,219). Sum of RGB (Red+Green+Blue) = 221+129+219=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DB is #227E24. Grayscale: #A6A6A6. Windows color (decimal): -2260517 or 14385629. OLE color: 14385629.

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

Color convert

RGB 221 129 219 -
CMYK 0 0.42 0.01 0.13
HSL 301.3º 0.58% 0.69% -
HSV(B) 301.3º 0.42% 0.87% -
XYZ 50.46 36.19 71.34 -
YUV 166.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 221 129 219 0 0.42 0.01 0.13 301.3 0.58 0.69
Hex DD 81 DB 0 2A 1 D 12D 3A 45
Octal 335 201 333 0 52 1 15 455 72 105
Binary 11011101 10000001 11011011 0 101010 1 1101 100101101 111010 1000101

Color Harmonies of #DD81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81DB

Black with #DD81DB

Text Example


Text Example

White with #DD81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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