Html Css Color HEX #D885FE Heliotrope

📋 copy color: '#D885FE'

red 216 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #D885FE

Tints of Heliotrope #D885FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 35.82%
G = 22.06%
B = 42.12%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D885FE (or 0xD885FE) is known color: Heliotrope. HEX triplet: D8, 85 and FE. RGB value is (216,133,254). Sum of RGB (Red+Green+Blue) = 216+133+254=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #D885FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885FE is #277A01. Grayscale: #ABABAB. Windows color (decimal): -2587138 or 16680408. OLE color: 16680408.

HSL color Cylindrical-coordinate representation of color #D885FE: hue angle of 281.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D885FE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 133 254 -
CMYK 0.15 0.48 0 0.00
HSL 281.16º 0.98% 0.76% -
HSV(B) 281.16º 0.48% 1% -
XYZ 54.6 38.53 98.33 -
YUV 171.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 216 133 254 0.15 0.48 0 0.00 281.16 0.98 0.76
Hex D8 85 FE F 30 0 0 119 62 4C
Octal 330 205 376 17 60 0 0 431 142 114
Binary 11011000 10000101 11111110 1111 110000 0 0 100011001 1100010 1001100

Color Harmonies of #D885FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885FE

Black with #D885FE

Text Example


Text Example

White with #D885FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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