Html Css Color HEX #DF89D1 Orchid

📋 copy color: '#DF89D1'

red 223 ◦ green 137 ◦ blue 209

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

Shades of Orchid #DF89D1

Tints of Orchid #DF89D1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.08%

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

R = 39.19%
G = 24.08%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF89D1 (or 0xDF89D1) is known color: Orchid. HEX triplet: DF, 89 and D1. RGB value is (223,137,209). Sum of RGB (Red+Green+Blue) = 223+137+209=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89D1 is #20762E. Grayscale: #AAAAAA. Windows color (decimal): -2127407 or 13732319. OLE color: 13732319.

HSL color Cylindrical-coordinate representation of color #DF89D1: hue angle of 309.77º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89D1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 209 -
CMYK 0 0.39 0.06 0.13
HSL 309.77º 0.57% 0.71% -
HSV(B) 309.77º 0.39% 0.87% -
XYZ 50.89 38.18 65.01 -
YUV 170.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 223 137 209 0 0.39 0.06 0.13 309.77 0.57 0.71
Hex DF 89 D1 0 27 6 D 136 39 47
Octal 337 211 321 0 47 6 15 466 71 107
Binary 11011111 10001001 11010001 0 100111 110 1101 100110110 111001 1000111

Color Harmonies of #DF89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF89D1

Black with #DF89D1

Text Example


Text Example

White with #DF89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF89D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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