Html Css Color HEX #DF66DA Orchid

📋 copy color: '#DF66DA'

red 223 ◦ green 102 ◦ blue 218

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

Shades of Orchid #DF66DA

Tints of Orchid #DF66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 41.07%
G = 18.78%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF66DA (or 0xDF66DA) is known color: Orchid. HEX triplet: DF, 66 and DA. RGB value is (223,102,218). Sum of RGB (Red+Green+Blue) = 223+102+218=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66DA is #209925. Grayscale: #979797. Windows color (decimal): -2136358 or 14313183. OLE color: 14313183.

HSL color Cylindrical-coordinate representation of color #DF66DA: hue angle of 302.48º 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 #DF66DA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 218 -
CMYK 0 0.54 0.02 0.13
HSL 302.48º 0.65% 0.64% -
HSV(B) 302.48º 0.54% 0.87% -
XYZ 47.84 30.25 69.65 -
YUV 151.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 223 102 218 0 0.54 0.02 0.13 302.48 0.65 0.64
Hex DF 66 DA 0 36 2 D 12E 41 40
Octal 337 146 332 0 66 2 15 456 101 100
Binary 11011111 1100110 11011010 0 110110 10 1101 100101110 1000001 1000000

Color Harmonies of #DF66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66DA

Black with #DF66DA

Text Example


Text Example

White with #DF66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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