Html Css Color HEX #D971DA Orchid

📋 copy color: '#D971DA'

red 217 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D971DA

Tints of Orchid #D971DA

RGB

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

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

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

R = 39.6%
G = 20.62%
B = 39.78%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D971DA (or 0xD971DA) is known color: Orchid. HEX triplet: D9, 71 and DA. RGB value is (217,113,218). Sum of RGB (Red+Green+Blue) = 217+113+218=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D971DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DA is #268E25. Grayscale: #9B9B9B. Windows color (decimal): -2526758 or 14315993. OLE color: 14315993.

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

Color convert

RGB 217 113 218 -
CMYK 0.00 0.48 0 0.15
HSL 299.43º 0.59% 0.65% -
HSV(B) 299.43º 0.48% 0.85% -
XYZ 47.18 31.62 69.95 -
YUV 156.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 217 113 218 0.00 0.48 0 0.15 299.43 0.59 0.65
Hex D9 71 DA 0 30 0 F 12B 3B 41
Octal 331 161 332 0 60 0 17 453 73 101
Binary 11011001 1110001 11011010 0 110000 0 1111 100101011 111011 1000001

Color Harmonies of #D971DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971DA

Black with #D971DA

Text Example


Text Example

White with #D971DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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