Html Css Color HEX #DF66D5 Orchid

📋 copy color: '#DF66D5'

red 223 ◦ green 102 ◦ blue 213

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

Shades of Orchid #DF66D5

Tints of Orchid #DF66D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 41.45%
G = 18.96%
B = 39.59%

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

#DF66D5 (or 0xDF66D5) is known color: Orchid. HEX triplet: DF, 66 and D5. RGB value is (223,102,213). Sum of RGB (Red+Green+Blue) = 223+102+213=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66D5 is #20992A. Grayscale: #969696. Windows color (decimal): -2136363 or 13985503. OLE color: 13985503.

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

Color convert

RGB 223 102 213 -
CMYK 0 0.54 0.04 0.13
HSL 304.96º 0.65% 0.64% -
HSV(B) 304.96º 0.54% 0.87% -
XYZ 47.19 29.99 66.25 -
YUV 150.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 223 102 213 0 0.54 0.04 0.13 304.96 0.65 0.64
Hex DF 66 D5 0 36 4 D 131 41 40
Octal 337 146 325 0 66 4 15 461 101 100
Binary 11011111 1100110 11010101 0 110110 100 1101 100110001 1000001 1000000

Color Harmonies of #DF66D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66D5

Black with #DF66D5

Text Example


Text Example

White with #DF66D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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