Html Css Color HEX #DD6FDF Orchid

📋 copy color: '#DD6FDF'

red 221 ◦ green 111 ◦ blue 223

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

Shades of Orchid #DD6FDF

Tints of Orchid #DD6FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 39.82%
G = 20%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6FDF (or 0xDD6FDF) is known color: Orchid. HEX triplet: DD, 6F and DF. RGB value is (221,111,223). Sum of RGB (Red+Green+Blue) = 221+111+223=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDF is #229020. Grayscale: #9C9C9C. Windows color (decimal): -2265121 or 14643165. OLE color: 14643165.

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

Color convert

RGB 221 111 223 -
CMYK 0.01 0.50 0 0.13
HSL 298.93º 0.64% 0.65% -
HSV(B) 298.93º 0.5% 0.87% -
XYZ 48.82 32.07 73.43 -
YUV 156.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 221 111 223 0.01 0.50 0 0.13 298.93 0.64 0.65
Hex DD 6F DF 1 32 0 D 12B 40 41
Octal 335 157 337 1 62 0 15 453 100 101
Binary 11011101 1101111 11011111 1 110010 0 1101 100101011 1000000 1000001

Color Harmonies of #DD6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FDF

Black with #DD6FDF

Text Example


Text Example

White with #DD6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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