Html Css Color HEX #DB7DD8 Orchid

📋 copy color: '#DB7DD8'

red 219 ◦ green 125 ◦ blue 216

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

Shades of Orchid #DB7DD8

Tints of Orchid #DB7DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.32%

 BLUE value IS 216 (84.77% from 255) = 38.57%

R = 39.11%
G = 22.32%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB7DD8 (or 0xDB7DD8) is known color: Orchid. HEX triplet: DB, 7D and D8. RGB value is (219,125,216). Sum of RGB (Red+Green+Blue) = 219+125+216=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD8 is #248227. Grayscale: #A3A3A3. Windows color (decimal): -2392616 or 14187995. OLE color: 14187995.

HSL color Cylindrical-coordinate representation of color #DB7DD8: hue angle of 301.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DD8 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 216 -
CMYK 0 0.43 0.01 0.14
HSL 301.91º 0.57% 0.67% -
HSV(B) 301.91º 0.43% 0.86% -
XYZ 48.94 34.69 69.08 -
YUV 163.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 219 125 216 0 0.43 0.01 0.14 301.91 0.57 0.67
Hex DB 7D D8 0 2B 1 E 12E 39 43
Octal 333 175 330 0 53 1 16 456 71 103
Binary 11011011 1111101 11011000 0 101011 1 1110 100101110 111001 1000011

Color Harmonies of #DB7DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DD8

Black with #DB7DD8

Text Example


Text Example

White with #DB7DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DD8; }

 p { color: rgb(219,125,216); }

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

background-color css

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

 a { background-color: rgb(219,125,216); }

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

border-color css

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

 span { border-color: rgb(219,125,216); }

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