Html Css Color HEX #DB72D9 Orchid

📋 copy color: '#DB72D9'

red 219 ◦ green 114 ◦ blue 217

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

Shades of Orchid #DB72D9

Tints of Orchid #DB72D9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.73%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 39.82%
G = 20.73%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB72D9 (or 0xDB72D9) is known color: Orchid. HEX triplet: DB, 72 and D9. RGB value is (219,114,217). Sum of RGB (Red+Green+Blue) = 219+114+217=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72D9 is #248D26. Grayscale: #9C9C9C. Windows color (decimal): -2395431 or 14250715. OLE color: 14250715.

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

Color convert

RGB 219 114 217 -
CMYK 0 0.48 0.01 0.14
HSL 301.14º 0.59% 0.65% -
HSV(B) 301.14º 0.48% 0.86% -
XYZ 47.76 32.1 69.33 -
YUV 157.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 219 114 217 0 0.48 0.01 0.14 301.14 0.59 0.65
Hex DB 72 D9 0 30 1 E 12D 3B 41
Octal 333 162 331 0 60 1 16 455 73 101
Binary 11011011 1110010 11011001 0 110000 1 1110 100101101 111011 1000001

Color Harmonies of #DB72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72D9

Black with #DB72D9

Text Example


Text Example

White with #DB72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72D9; }

 p { color: rgb(219,114,217); }

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

background-color css

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

 a { background-color: rgb(219,114,217); }

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

border-color css

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

 span { border-color: rgb(219,114,217); }

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