Html Css Color HEX #DA84DB Orchid

📋 copy color: '#DA84DB'

red 218 ◦ green 132 ◦ blue 219

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

Shades of Orchid #DA84DB

Tints of Orchid #DA84DB

RGB

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

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

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

R = 38.31%
G = 23.2%
B = 38.49%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA84DB (or 0xDA84DB) is known color: Orchid. HEX triplet: DA, 84 and DB. RGB value is (218,132,219). Sum of RGB (Red+Green+Blue) = 218+132+219=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DB is #257B24. Grayscale: #A7A7A7. Windows color (decimal): -2456357 or 14386394. OLE color: 14386394.

HSL color Cylindrical-coordinate representation of color #DA84DB: hue angle of 299.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA84DB is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 132 219 -
CMYK 0.00 0.40 0 0.14
HSL 299.31º 0.55% 0.69% -
HSV(B) 299.31º 0.4% 0.86% -
XYZ 49.95 36.52 71.43 -
YUV 167.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 218 132 219 0.00 0.40 0 0.14 299.31 0.55 0.69
Hex DA 84 DB 0 28 0 E 12B 37 45
Octal 332 204 333 0 50 0 16 453 67 105
Binary 11011010 10000100 11011011 0 101000 0 1110 100101011 110111 1000101

Color Harmonies of #DA84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84DB

Black with #DA84DB

Text Example


Text Example

White with #DA84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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