Html Css Color HEX #D884FC Heliotrope

📋 copy color: '#D884FC'

red 216 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #D884FC

Tints of Heliotrope #D884FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D884FC (or 0xD884FC) is known color: Heliotrope. HEX triplet: D8, 84 and FC. RGB value is (216,132,252). Sum of RGB (Red+Green+Blue) = 216+132+252=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #D884FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D884FC is #277B03. Grayscale: #AAAAAA. Windows color (decimal): -2587396 or 16549080. OLE color: 16549080.

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

Color convert

RGB 216 132 252 -
CMYK 0.14 0.48 0 0.01
HSL 282º 0.95% 0.75% -
HSV(B) 282º 0.48% 0.99% -
XYZ 54.14 38.13 96.6 -
YUV 170.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 216 132 252 0.14 0.48 0 0.01 282 0.95 0.75
Hex D8 84 FC E 30 0 1 11A 5F 4B
Octal 330 204 374 16 60 0 1 432 137 113
Binary 11011000 10000100 11111100 1110 110000 0 1 100011010 1011111 1001011

Color Harmonies of #D884FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884FC

Black with #D884FC

Text Example


Text Example

White with #D884FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884FC; }

 p { color: rgb(216,132,252); }

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

background-color css

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

 a { background-color: rgb(216,132,252); }

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

border-color css

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

 span { border-color: rgb(216,132,252); }

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