Html Css Color HEX #DB72BE Orchid

📋 copy color: '#DB72BE'

red 219 ◦ green 114 ◦ blue 190

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

Shades of Orchid #DB72BE

Tints of Orchid #DB72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 41.87%
G = 21.8%
B = 36.33%

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

#DB72BE (or 0xDB72BE) is known color: Orchid. HEX triplet: DB, 72 and BE. RGB value is (219,114,190). Sum of RGB (Red+Green+Blue) = 219+114+190=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72BE is #248D41. Grayscale: #999999. Windows color (decimal): -2395458 or 12481243. OLE color: 12481243.

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

Color convert

RGB 219 114 190 -
CMYK 0 0.48 0.13 0.14
HSL 316.57º 0.59% 0.65% -
HSV(B) 316.57º 0.48% 0.86% -
XYZ 44.53 30.81 52.32 -
YUV 154.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 219 114 190 0 0.48 0.13 0.14 316.57 0.59 0.65
Hex DB 72 BE 0 30 D E 13D 3B 41
Octal 333 162 276 0 60 15 16 475 73 101
Binary 11011011 1110010 10111110 0 110000 1101 1110 100111101 111011 1000001

Color Harmonies of #DB72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72BE

Black with #DB72BE

Text Example


Text Example

White with #DB72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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