Html Css Color HEX #DF89CF Orchid

📋 copy color: '#DF89CF'

red 223 ◦ green 137 ◦ blue 207

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

Shades of Orchid #DF89CF

Tints of Orchid #DF89CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 39.33%
G = 24.16%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF89CF (or 0xDF89CF) is known color: Orchid. HEX triplet: DF, 89 and CF. RGB value is (223,137,207). Sum of RGB (Red+Green+Blue) = 223+137+207=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CF is #207630. Grayscale: #AAAAAA. Windows color (decimal): -2127409 or 13601247. OLE color: 13601247.

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

Color convert

RGB 223 137 207 -
CMYK 0 0.39 0.07 0.13
HSL 311.16º 0.57% 0.71% -
HSV(B) 311.16º 0.39% 0.87% -
XYZ 50.64 38.08 63.71 -
YUV 170.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 223 137 207 0 0.39 0.07 0.13 311.16 0.57 0.71
Hex DF 89 CF 0 27 7 D 137 39 47
Octal 337 211 317 0 47 7 15 467 71 107
Binary 11011111 10001001 11001111 0 100111 111 1101 100110111 111001 1000111

Color Harmonies of #DF89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF89CF

Black with #DF89CF

Text Example


Text Example

White with #DF89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF89CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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