Html Css Color HEX #DB71BE Orchid

📋 copy color: '#DB71BE'

red 219 ◦ green 113 ◦ blue 190

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

Shades of Orchid #DB71BE

Tints of Orchid #DB71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

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

R = 41.95%
G = 21.65%
B = 36.4%

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

#DB71BE (or 0xDB71BE) is known color: Orchid. HEX triplet: DB, 71 and BE. RGB value is (219,113,190). Sum of RGB (Red+Green+Blue) = 219+113+190=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BE is #248E41. Grayscale: #999999. Windows color (decimal): -2395714 or 12480987. OLE color: 12480987.

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

Color convert

RGB 219 113 190 -
CMYK 0 0.48 0.13 0.14
HSL 316.42º 0.6% 0.65% -
HSV(B) 316.42º 0.48% 0.86% -
XYZ 44.41 30.59 52.28 -
YUV 153.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 219 113 190 0 0.48 0.13 0.14 316.42 0.6 0.65
Hex DB 71 BE 0 30 D E 13C 3C 41
Octal 333 161 276 0 60 15 16 474 74 101
Binary 11011011 1110001 10111110 0 110000 1101 1110 100111100 111100 1000001

Color Harmonies of #DB71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71BE

Black with #DB71BE

Text Example


Text Example

White with #DB71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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