Html Css Color HEX #DF66D6 Orchid

📋 copy color: '#DF66D6'

red 223 ◦ green 102 ◦ blue 214

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

Shades of Orchid #DF66D6

Tints of Orchid #DF66D6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.92%

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 41.37%
G = 18.92%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF66D6 (or 0xDF66D6) is known color: Orchid. HEX triplet: DF, 66 and D6. RGB value is (223,102,214). Sum of RGB (Red+Green+Blue) = 223+102+214=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66D6 is #209929. Grayscale: #969696. Windows color (decimal): -2136362 or 14051039. OLE color: 14051039.

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

Color convert

RGB 223 102 214 -
CMYK 0 0.54 0.04 0.13
HSL 304.46º 0.65% 0.64% -
HSV(B) 304.46º 0.54% 0.87% -
XYZ 47.32 30.05 66.92 -
YUV 150.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 223 102 214 0 0.54 0.04 0.13 304.46 0.65 0.64
Hex DF 66 D6 0 36 4 D 130 41 40
Octal 337 146 326 0 66 4 15 460 101 100
Binary 11011111 1100110 11010110 0 110110 100 1101 100110000 1000001 1000000

Color Harmonies of #DF66D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66D6

Black with #DF66D6

Text Example


Text Example

White with #DF66D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66D6; }

 p { color: rgb(223,102,214); }

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

background-color css

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

 a { background-color: rgb(223,102,214); }

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

border-color css

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

 span { border-color: rgb(223,102,214); }

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