Html Css Color HEX #DB72DA Orchid

📋 copy color: '#DB72DA'

red 219 ◦ green 114 ◦ blue 218

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

Shades of Orchid #DB72DA

Tints of Orchid #DB72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 39.75%
G = 20.69%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB72DA (or 0xDB72DA) is known color: Orchid. HEX triplet: DB, 72 and DA. RGB value is (219,114,218). Sum of RGB (Red+Green+Blue) = 219+114+218=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72DA is #248D25. Grayscale: #9C9C9C. Windows color (decimal): -2395430 or 14316251. OLE color: 14316251.

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

Color convert

RGB 219 114 218 -
CMYK 0 0.48 0.00 0.14
HSL 300.57º 0.59% 0.65% -
HSV(B) 300.57º 0.48% 0.86% -
XYZ 47.89 32.16 70.01 -
YUV 157.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 219 114 218 0 0.48 0.00 0.14 300.57 0.59 0.65
Hex DB 72 DA 0 30 0 E 12D 3B 41
Octal 333 162 332 0 60 0 16 455 73 101
Binary 11011011 1110010 11011010 0 110000 0 1110 100101101 111011 1000001

Color Harmonies of #DB72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72DA

Black with #DB72DA

Text Example


Text Example

White with #DB72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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