Html Css Color HEX #DF69D9 Orchid

📋 copy color: '#DF69D9'

red 223 ◦ green 105 ◦ blue 217

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

Shades of Orchid #DF69D9

Tints of Orchid #DF69D9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.27%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 40.92%
G = 19.27%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF69D9 (or 0xDF69D9) is known color: Orchid. HEX triplet: DF, 69 and D9. RGB value is (223,105,217). Sum of RGB (Red+Green+Blue) = 223+105+217=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69D9 is #209626. Grayscale: #989898. Windows color (decimal): -2135591 or 14248415. OLE color: 14248415.

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

Color convert

RGB 223 105 217 -
CMYK 0 0.53 0.03 0.13
HSL 303.05º 0.65% 0.64% -
HSV(B) 303.05º 0.53% 0.87% -
XYZ 48.01 30.8 69.06 -
YUV 153.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 223 105 217 0 0.53 0.03 0.13 303.05 0.65 0.64
Hex DF 69 D9 0 35 3 D 12F 41 40
Octal 337 151 331 0 65 3 15 457 101 100
Binary 11011111 1101001 11011001 0 110101 11 1101 100101111 1000001 1000000

Color Harmonies of #DF69D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69D9

Black with #DF69D9

Text Example


Text Example

White with #DF69D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69D9; }

 p { color: rgb(223,105,217); }

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

background-color css

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

 a { background-color: rgb(223,105,217); }

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

border-color css

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

 span { border-color: rgb(223,105,217); }

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