Html Css Color HEX #DA84DF Orchid

📋 copy color: '#DA84DF'

red 218 ◦ green 132 ◦ blue 223

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

Shades of Orchid #DA84DF

Tints of Orchid #DA84DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 38.05%
G = 23.04%
B = 38.92%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA84DF (or 0xDA84DF) is known color: Orchid. HEX triplet: DA, 84 and DF. RGB value is (218,132,223). Sum of RGB (Red+Green+Blue) = 218+132+223=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DF is #257B20. Grayscale: #A7A7A7. Windows color (decimal): -2456353 or 14648538. OLE color: 14648538.

HSL color Cylindrical-coordinate representation of color #DA84DF: hue angle of 296.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA84DF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 132 223 -
CMYK 0.02 0.41 0 0.13
HSL 296.7º 0.59% 0.7% -
HSV(B) 296.7º 0.41% 0.87% -
XYZ 50.48 36.74 74.24 -
YUV 168.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 218 132 223 0.02 0.41 0 0.13 296.7 0.59 0.7
Hex DA 84 DF 2 29 0 D 129 3B 46
Octal 332 204 337 2 51 0 15 451 73 106
Binary 11011010 10000100 11011111 10 101001 0 1101 100101001 111011 1000110

Color Harmonies of #DA84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84DF

Black with #DA84DF

Text Example


Text Example

White with #DA84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84DF; }

 p { color: rgb(218,132,223); }

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

background-color css

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

 a { background-color: rgb(218,132,223); }

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

border-color css

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

 span { border-color: rgb(218,132,223); }

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