Html Css Color HEX #D984DA Orchid

📋 copy color: '#D984DA'

red 217 ◦ green 132 ◦ blue 218

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

Shades of Orchid #D984DA

Tints of Orchid #D984DA

RGB

 RED value IS 217 (85.16% from 255) = 38.27%

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 38.27%
G = 23.28%
B = 38.45%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D984DA (or 0xD984DA) is known color: Orchid. HEX triplet: D9, 84 and DA. RGB value is (217,132,218). Sum of RGB (Red+Green+Blue) = 217+132+218=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D984DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DA is #267B25. Grayscale: #A6A6A6. Windows color (decimal): -2521894 or 14320857. OLE color: 14320857.

HSL color Cylindrical-coordinate representation of color #D984DA: hue angle of 299.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984DA is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 218 -
CMYK 0.00 0.39 0 0.15
HSL 299.3º 0.54% 0.69% -
HSV(B) 299.3º 0.39% 0.85% -
XYZ 49.52 36.32 70.73 -
YUV 167.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 217 132 218 0.00 0.39 0 0.15 299.3 0.54 0.69
Hex D9 84 DA 0 27 0 F 12B 36 45
Octal 331 204 332 0 47 0 17 453 66 105
Binary 11011001 10000100 11011010 0 100111 0 1111 100101011 110110 1000101

Color Harmonies of #D984DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D984DA

Black with #D984DA

Text Example


Text Example

White with #D984DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D984DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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