Html Css Color HEX #D885F1 Heliotrope

📋 copy color: '#D885F1'

red 216 ◦ green 133 ◦ blue 241

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

Shades of Heliotrope #D885F1

Tints of Heliotrope #D885F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 36.61%
G = 22.54%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D885F1 (or 0xD885F1) is known color: Heliotrope. HEX triplet: D8, 85 and F1. RGB value is (216,133,241). Sum of RGB (Red+Green+Blue) = 216+133+241=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #D885F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885F1 is #277A0E. Grayscale: #A9A9A9. Windows color (decimal): -2587151 or 15828440. OLE color: 15828440.

HSL color Cylindrical-coordinate representation of color #D885F1: hue angle of 286.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D885F1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 133 241 -
CMYK 0.10 0.45 0 0.05
HSL 286.11º 0.79% 0.73% -
HSV(B) 286.11º 0.45% 0.95% -
XYZ 52.58 37.72 87.73 -
YUV 170.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 216 133 241 0.10 0.45 0 0.05 286.11 0.79 0.73
Hex D8 85 F1 A 2D 0 5 11E 4F 49
Octal 330 205 361 12 55 0 5 436 117 111
Binary 11011000 10000101 11110001 1010 101101 0 101 100011110 1001111 1001001

Color Harmonies of #D885F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D885F1

Black with #D885F1

Text Example


Text Example

White with #D885F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D885F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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