Html Css Color HEX #DB89CF Orchid

📋 copy color: '#DB89CF'

red 219 ◦ green 137 ◦ blue 207

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

Shades of Orchid #DB89CF

Tints of Orchid #DB89CF

RGB

 RED value IS 219 (85.94% from 255) = 38.9%

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

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

R = 38.9%
G = 24.33%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB89CF (or 0xDB89CF) is known color: Orchid. HEX triplet: DB, 89 and CF. RGB value is (219,137,207). Sum of RGB (Red+Green+Blue) = 219+137+207=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89CF is #247630. Grayscale: #A9A9A9. Windows color (decimal): -2389553 or 13601243. OLE color: 13601243.

HSL color Cylindrical-coordinate representation of color #DB89CF: hue angle of 308.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB89CF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 207 -
CMYK 0 0.37 0.05 0.14
HSL 308.78º 0.53% 0.7% -
HSV(B) 308.78º 0.37% 0.86% -
XYZ 49.42 37.46 63.66 -
YUV 169.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 219 137 207 0 0.37 0.05 0.14 308.78 0.53 0.7
Hex DB 89 CF 0 25 5 E 135 35 46
Octal 333 211 317 0 45 5 16 465 65 106
Binary 11011011 10001001 11001111 0 100101 101 1110 100110101 110101 1000110

Color Harmonies of #DB89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB89CF

Black with #DB89CF

Text Example


Text Example

White with #DB89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB89CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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