Html Css Color HEX #D880F1 Heliotrope

📋 copy color: '#D880F1'

red 216 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #D880F1

Tints of Heliotrope #D880F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

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

R = 36.92%
G = 21.88%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D880F1 (or 0xD880F1) is known color: Heliotrope. HEX triplet: D8, 80 and F1. RGB value is (216,128,241). Sum of RGB (Red+Green+Blue) = 216+128+241=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D880F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880F1 is #277F0E. Grayscale: #A6A6A6. Windows color (decimal): -2588431 or 15827160. OLE color: 15827160.

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

Color convert

RGB 216 128 241 -
CMYK 0.10 0.47 0 0.05
HSL 286.73º 0.8% 0.72% -
HSV(B) 286.73º 0.47% 0.95% -
XYZ 51.92 36.39 87.51 -
YUV 167.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 216 128 241 0.10 0.47 0 0.05 286.73 0.8 0.72
Hex D8 80 F1 A 2F 0 5 11F 50 48
Octal 330 200 361 12 57 0 5 437 120 110
Binary 11011000 10000000 11110001 1010 101111 0 101 100011111 1010000 1001000

Color Harmonies of #D880F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880F1

Black with #D880F1

Text Example


Text Example

White with #D880F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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