Html Css Color HEX #D885FA Heliotrope

📋 copy color: '#D885FA'

red 216 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #D885FA

Tints of Heliotrope #D885FA

RGB

 RED value IS 216 (84.77% from 255) = 36.06%

 GREEN value IS 133 (52.34% from 255) = 22.2%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 36.06%
G = 22.2%
B = 41.74%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D885FA (or 0xD885FA) is known color: Heliotrope. HEX triplet: D8, 85 and FA. RGB value is (216,133,250). Sum of RGB (Red+Green+Blue) = 216+133+250=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D885FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885FA is #277A05. Grayscale: #AAAAAA. Windows color (decimal): -2587142 or 16418264. OLE color: 16418264.

HSL color Cylindrical-coordinate representation of color #D885FA: hue angle of 282.56º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D885FA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 133 250 -
CMYK 0.14 0.47 0 0.02
HSL 282.56º 0.92% 0.75% -
HSV(B) 282.56º 0.47% 0.98% -
XYZ 53.96 38.28 94.99 -
YUV 171.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 216 133 250 0.14 0.47 0 0.02 282.56 0.92 0.75
Hex D8 85 FA E 2F 0 2 11B 5C 4B
Octal 330 205 372 16 57 0 2 433 134 113
Binary 11011000 10000101 11111010 1110 101111 0 10 100011011 1011100 1001011

Color Harmonies of #D885FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885FA

Black with #D885FA

Text Example


Text Example

White with #D885FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885FA; }

 p { color: rgb(216,133,250); }

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

background-color css

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

 a { background-color: rgb(216,133,250); }

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

border-color css

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

 span { border-color: rgb(216,133,250); }

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