Html Css Color HEX #DD85D1 Orchid

📋 copy color: '#DD85D1'

red 221 ◦ green 133 ◦ blue 209

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

Shades of Orchid #DD85D1

Tints of Orchid #DD85D1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.62%

 BLUE value IS 209 (82.03% from 255) = 37.12%

R = 39.25%
G = 23.62%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD85D1 (or 0xDD85D1) is known color: Orchid. HEX triplet: DD, 85 and D1. RGB value is (221,133,209). Sum of RGB (Red+Green+Blue) = 221+133+209=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D1 is #227A2E. Grayscale: #A7A7A7. Windows color (decimal): -2259503 or 13731293. OLE color: 13731293.

HSL color Cylindrical-coordinate representation of color #DD85D1: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85D1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 209 -
CMYK 0 0.40 0.05 0.13
HSL 308.18º 0.56% 0.69% -
HSV(B) 308.18º 0.4% 0.87% -
XYZ 49.71 36.75 64.79 -
YUV 167.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 221 133 209 0 0.40 0.05 0.13 308.18 0.56 0.69
Hex DD 85 D1 0 28 5 D 134 38 45
Octal 335 205 321 0 50 5 15 464 70 105
Binary 11011101 10000101 11010001 0 101000 101 1101 100110100 111000 1000101

Color Harmonies of #DD85D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85D1

Black with #DD85D1

Text Example


Text Example

White with #DD85D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85D1; }

 p { color: rgb(221,133,209); }

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

background-color css

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

 a { background-color: rgb(221,133,209); }

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

border-color css

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

 span { border-color: rgb(221,133,209); }

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