Html Css Color HEX #DA71DB Orchid

📋 copy color: '#DA71DB'

red 218 ◦ green 113 ◦ blue 219

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

Shades of Orchid #DA71DB

Tints of Orchid #DA71DB

RGB

 RED value IS 218 (85.55% from 255) = 39.64%

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 39.64%
G = 20.55%
B = 39.82%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA71DB (or 0xDA71DB) is known color: Orchid. HEX triplet: DA, 71 and DB. RGB value is (218,113,219). Sum of RGB (Red+Green+Blue) = 218+113+219=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71DB is #258E24. Grayscale: #9C9C9C. Windows color (decimal): -2461221 or 14381530. OLE color: 14381530.

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

Color convert

RGB 218 113 219 -
CMYK 0.00 0.48 0 0.14
HSL 299.43º 0.6% 0.65% -
HSV(B) 299.43º 0.48% 0.86% -
XYZ 47.6 31.83 70.65 -
YUV 156.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 218 113 219 0.00 0.48 0 0.14 299.43 0.6 0.65
Hex DA 71 DB 0 30 0 E 12B 3C 41
Octal 332 161 333 0 60 0 16 453 74 101
Binary 11011010 1110001 11011011 0 110000 0 1110 100101011 111100 1000001

Color Harmonies of #DA71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71DB

Black with #DA71DB

Text Example


Text Example

White with #DA71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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