Html Css Color HEX #DB7DD1 Orchid

📋 copy color: '#DB7DD1'

red 219 ◦ green 125 ◦ blue 209

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

Shades of Orchid #DB7DD1

Tints of Orchid #DB7DD1

RGB

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

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

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

R = 39.6%
G = 22.6%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7DD1 (or 0xDB7DD1) is known color: Orchid. HEX triplet: DB, 7D and D1. RGB value is (219,125,209). Sum of RGB (Red+Green+Blue) = 219+125+209=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD1 is #24822E. Grayscale: #A2A2A2. Windows color (decimal): -2392623 or 13729243. OLE color: 13729243.

HSL color Cylindrical-coordinate representation of color #DB7DD1: hue angle of 306.38º 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 #DB7DD1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 209 -
CMYK 0 0.43 0.05 0.14
HSL 306.38º 0.57% 0.67% -
HSV(B) 306.38º 0.43% 0.86% -
XYZ 48.06 34.33 64.42 -
YUV 162.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 219 125 209 0 0.43 0.05 0.14 306.38 0.57 0.67
Hex DB 7D D1 0 2B 5 E 132 39 43
Octal 333 175 321 0 53 5 16 462 71 103
Binary 11011011 1111101 11010001 0 101011 101 1110 100110010 111001 1000011

Color Harmonies of #DB7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DD1

Black with #DB7DD1

Text Example


Text Example

White with #DB7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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