Html Css Color HEX #D880F0 Heliotrope

📋 copy color: '#D880F0'

red 216 ◦ green 128 ◦ blue 240

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

Shades of Heliotrope #D880F0

Tints of Heliotrope #D880F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 36.99%
G = 21.92%
B = 41.1%

CMYK

 C value IS 0.1

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D880F0 (or 0xD880F0) is known color: Heliotrope. HEX triplet: D8, 80 and F0. RGB value is (216,128,240). Sum of RGB (Red+Green+Blue) = 216+128+240=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #D880F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880F0 is #277F0F. Grayscale: #A6A6A6. Windows color (decimal): -2588432 or 15761624. OLE color: 15761624.

HSL color Cylindrical-coordinate representation of color #D880F0: hue angle of 287.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D880F0 is Cyan = 0.1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 128 240 -
CMYK 0.1 0.47 0 0.06
HSL 287.14º 0.79% 0.72% -
HSV(B) 287.14º 0.47% 0.94% -
XYZ 51.77 36.33 86.72 -
YUV 167.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 216 128 240 0.1 0.47 0 0.06 287.14 0.79 0.72
Hex D8 80 F0 A 2F 0 6 11F 4F 48
Octal 330 200 360 12 57 0 6 437 117 110
Binary 11011000 10000000 11110000 1010 101111 0 110 100011111 1001111 1001000

Color Harmonies of #D880F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880F0

Black with #D880F0

Text Example


Text Example

White with #D880F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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