Html Css Color HEX #DB7DD3 Orchid

📋 copy color: '#DB7DD3'

red 219 ◦ green 125 ◦ blue 211

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

Shades of Orchid #DB7DD3

Tints of Orchid #DB7DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 39.46%
G = 22.52%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB7DD3 (or 0xDB7DD3) is known color: Orchid. HEX triplet: DB, 7D and D3. RGB value is (219,125,211). Sum of RGB (Red+Green+Blue) = 219+125+211=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD3 is #24822C. Grayscale: #A2A2A2. Windows color (decimal): -2392621 or 13860315. OLE color: 13860315.

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

Color convert

RGB 219 125 211 -
CMYK 0 0.43 0.04 0.14
HSL 305.11º 0.57% 0.67% -
HSV(B) 305.11º 0.43% 0.86% -
XYZ 48.3 34.43 65.73 -
YUV 162.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 219 125 211 0 0.43 0.04 0.14 305.11 0.57 0.67
Hex DB 7D D3 0 2B 4 E 131 39 43
Octal 333 175 323 0 53 4 16 461 71 103
Binary 11011011 1111101 11010011 0 101011 100 1110 100110001 111001 1000011

Color Harmonies of #DB7DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DD3

Black with #DB7DD3

Text Example


Text Example

White with #DB7DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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