Html Css Color HEX #DB72DD Orchid

📋 copy color: '#DB72DD'

red 219 ◦ green 114 ◦ blue 221

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

Shades of Orchid #DB72DD

Tints of Orchid #DB72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 39.53%
G = 20.58%
B = 39.89%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB72DD (or 0xDB72DD) is known color: Orchid. HEX triplet: DB, 72 and DD. RGB value is (219,114,221). Sum of RGB (Red+Green+Blue) = 219+114+221=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72DD is #248D22. Grayscale: #9D9D9D. Windows color (decimal): -2395427 or 14512859. OLE color: 14512859.

HSL color Cylindrical-coordinate representation of color #DB72DD: hue angle of 298.88º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72DD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 114 221 -
CMYK 0.01 0.48 0 0.13
HSL 298.88º 0.61% 0.66% -
HSV(B) 298.88º 0.48% 0.87% -
XYZ 48.28 32.32 72.1 -
YUV 157.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 219 114 221 0.01 0.48 0 0.13 298.88 0.61 0.66
Hex DB 72 DD 1 30 0 D 12B 3D 42
Octal 333 162 335 1 60 0 15 453 75 102
Binary 11011011 1110010 11011101 1 110000 0 1101 100101011 111101 1000010

Color Harmonies of #DB72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72DD

Black with #DB72DD

Text Example


Text Example

White with #DB72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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