Html Css Color HEX #DF69D1 Orchid

📋 copy color: '#DF69D1'

red 223 ◦ green 105 ◦ blue 209

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

Shades of Orchid #DF69D1

Tints of Orchid #DF69D1

RGB

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

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

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

R = 41.53%
G = 19.55%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF69D1 (or 0xDF69D1) is known color: Orchid. HEX triplet: DF, 69 and D1. RGB value is (223,105,209). Sum of RGB (Red+Green+Blue) = 223+105+209=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69D1 is #20962E. Grayscale: #979797. Windows color (decimal): -2135599 or 13724127. OLE color: 13724127.

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

Color convert

RGB 223 105 209 -
CMYK 0 0.53 0.06 0.13
HSL 307.12º 0.65% 0.64% -
HSV(B) 307.12º 0.53% 0.87% -
XYZ 46.99 30.39 63.71 -
YUV 152.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 223 105 209 0 0.53 0.06 0.13 307.12 0.65 0.64
Hex DF 69 D1 0 35 6 D 133 41 40
Octal 337 151 321 0 65 6 15 463 101 100
Binary 11011111 1101001 11010001 0 110101 110 1101 100110011 1000001 1000000

Color Harmonies of #DF69D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69D1

Black with #DF69D1

Text Example


Text Example

White with #DF69D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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