Html Css Color HEX #DF6DD1 Orchid

📋 copy color: '#DF6DD1'

red 223 ◦ green 109 ◦ blue 209

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

Shades of Orchid #DF6DD1

Tints of Orchid #DF6DD1

RGB

 RED value IS 223 (87.5% from 255) = 41.22%

 GREEN value IS 109 (42.97% from 255) = 20.15%

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

R = 41.22%
G = 20.15%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF6DD1 (or 0xDF6DD1) is known color: Orchid. HEX triplet: DF, 6D and D1. RGB value is (223,109,209). Sum of RGB (Red+Green+Blue) = 223+109+209=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DD1 is #20922E. Grayscale: #9A9A9A. Windows color (decimal): -2134575 or 13725151. OLE color: 13725151.

HSL color Cylindrical-coordinate representation of color #DF6DD1: hue angle of 307.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DD1 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 209 -
CMYK 0 0.51 0.06 0.13
HSL 307.37º 0.64% 0.65% -
HSV(B) 307.37º 0.51% 0.87% -
XYZ 47.41 31.23 63.85 -
YUV 154.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 223 109 209 0 0.51 0.06 0.13 307.37 0.64 0.65
Hex DF 6D D1 0 33 6 D 133 40 41
Octal 337 155 321 0 63 6 15 463 100 101
Binary 11011111 1101101 11010001 0 110011 110 1101 100110011 1000000 1000001

Color Harmonies of #DF6DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DD1

Black with #DF6DD1

Text Example


Text Example

White with #DF6DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DD1; }

 p { color: rgb(223,109,209); }

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

background-color css

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

 a { background-color: rgb(223,109,209); }

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

border-color css

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

 span { border-color: rgb(223,109,209); }

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