Html Css Color HEX #D880FD Heliotrope

📋 copy color: '#D880FD'

red 216 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #D880FD

Tints of Heliotrope #D880FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 36.18%
G = 21.44%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D880FD (or 0xD880FD) is known color: Heliotrope. HEX triplet: D8, 80 and FD. RGB value is (216,128,253). Sum of RGB (Red+Green+Blue) = 216+128+253=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D880FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880FD is #277F02. Grayscale: #A8A8A8. Windows color (decimal): -2588419 or 16613592. OLE color: 16613592.

HSL color Cylindrical-coordinate representation of color #D880FD: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D880FD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 128 253 -
CMYK 0.15 0.49 0 0.01
HSL 282.24º 0.97% 0.75% -
HSV(B) 282.24º 0.49% 0.99% -
XYZ 53.77 37.13 97.26 -
YUV 168.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 216 128 253 0.15 0.49 0 0.01 282.24 0.97 0.75
Hex D8 80 FD F 31 0 1 11A 61 4B
Octal 330 200 375 17 61 0 1 432 141 113
Binary 11011000 10000000 11111101 1111 110001 0 1 100011010 1100001 1001011

Color Harmonies of #D880FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880FD

Black with #D880FD

Text Example


Text Example

White with #D880FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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