Html Css Color HEX #DA71D0 Orchid

📋 copy color: '#DA71D0'

red 218 ◦ green 113 ◦ blue 208

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

Shades of Orchid #DA71D0

Tints of Orchid #DA71D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 40.45%
G = 20.96%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA71D0 (or 0xDA71D0) is known color: Orchid. HEX triplet: DA, 71 and D0. RGB value is (218,113,208). Sum of RGB (Red+Green+Blue) = 218+113+208=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71D0 is #258E2F. Grayscale: #9A9A9A. Windows color (decimal): -2461232 or 13660634. OLE color: 13660634.

HSL color Cylindrical-coordinate representation of color #DA71D0: hue angle of 305.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71D0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 208 -
CMYK 0 0.48 0.05 0.15
HSL 305.71º 0.59% 0.65% -
HSV(B) 305.71º 0.48% 0.85% -
XYZ 46.2 31.27 63.27 -
YUV 155.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 218 113 208 0 0.48 0.05 0.15 305.71 0.59 0.65
Hex DA 71 D0 0 30 5 F 132 3B 41
Octal 332 161 320 0 60 5 17 462 73 101
Binary 11011010 1110001 11010000 0 110000 101 1111 100110010 111011 1000001

Color Harmonies of #DA71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71D0

Black with #DA71D0

Text Example


Text Example

White with #DA71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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