Html Css Color HEX #DF89CB Orchid

📋 copy color: '#DF89CB'

red 223 ◦ green 137 ◦ blue 203

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

Shades of Orchid #DF89CB

Tints of Orchid #DF89CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 39.61%
G = 24.33%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF89CB (or 0xDF89CB) is known color: Orchid. HEX triplet: DF, 89 and CB. RGB value is (223,137,203). Sum of RGB (Red+Green+Blue) = 223+137+203=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CB is #207634. Grayscale: #AAAAAA. Windows color (decimal): -2127413 or 13339103. OLE color: 13339103.

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

Color convert

RGB 223 137 203 -
CMYK 0 0.39 0.09 0.13
HSL 313.95º 0.57% 0.71% -
HSV(B) 313.95º 0.39% 0.87% -
XYZ 50.16 37.89 61.17 -
YUV 170.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 223 137 203 0 0.39 0.09 0.13 313.95 0.57 0.71
Hex DF 89 CB 0 27 9 D 13A 39 47
Octal 337 211 313 0 47 11 15 472 71 107
Binary 11011111 10001001 11001011 0 100111 1001 1101 100111010 111001 1000111

Color Harmonies of #DF89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF89CB

Black with #DF89CB

Text Example


Text Example

White with #DF89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF89CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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