Html Css Color HEX #DD6FD1 Orchid

📋 copy color: '#DD6FD1'

red 221 ◦ green 111 ◦ blue 209

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

Shades of Orchid #DD6FD1

Tints of Orchid #DD6FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 40.85%
G = 20.52%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD6FD1 (or 0xDD6FD1) is known color: Orchid. HEX triplet: DD, 6F and D1. RGB value is (221,111,209). Sum of RGB (Red+Green+Blue) = 221+111+209=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD1 is #22902E. Grayscale: #9A9A9A. Windows color (decimal): -2265135 or 13725661. OLE color: 13725661.

HSL color Cylindrical-coordinate representation of color #DD6FD1: hue angle of 306.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FD1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 209 -
CMYK 0 0.50 0.05 0.13
HSL 306.55º 0.62% 0.65% -
HSV(B) 306.55º 0.5% 0.87% -
XYZ 47.01 31.34 63.89 -
YUV 155.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 221 111 209 0 0.50 0.05 0.13 306.55 0.62 0.65
Hex DD 6F D1 0 32 5 D 133 3E 41
Octal 335 157 321 0 62 5 15 463 76 101
Binary 11011101 1101111 11010001 0 110010 101 1101 100110011 111110 1000001

Color Harmonies of #DD6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FD1

Black with #DD6FD1

Text Example


Text Example

White with #DD6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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