Html Css Color HEX #DB72BF Orchid

📋 copy color: '#DB72BF'

red 219 ◦ green 114 ◦ blue 191

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

Shades of Orchid #DB72BF

Tints of Orchid #DB72BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 41.79%
G = 21.76%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB72BF (or 0xDB72BF) is known color: Orchid. HEX triplet: DB, 72 and BF. RGB value is (219,114,191). Sum of RGB (Red+Green+Blue) = 219+114+191=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72BF is #248D40. Grayscale: #999999. Windows color (decimal): -2395457 or 12546779. OLE color: 12546779.

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

Color convert

RGB 219 114 191 -
CMYK 0 0.48 0.13 0.14
HSL 316º 0.59% 0.65% -
HSV(B) 316º 0.48% 0.86% -
XYZ 44.63 30.86 52.89 -
YUV 154.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 219 114 191 0 0.48 0.13 0.14 316 0.59 0.65
Hex DB 72 BF 0 30 D E 13C 3B 41
Octal 333 162 277 0 60 15 16 474 73 101
Binary 11011011 1110010 10111111 0 110000 1101 1110 100111100 111011 1000001

Color Harmonies of #DB72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72BF

Black with #DB72BF

Text Example


Text Example

White with #DB72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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