Html Css Color HEX #D874FE Heliotrope

📋 copy color: '#D874FE'

red 216 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #D874FE

Tints of Heliotrope #D874FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.8%

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 36.86%
G = 19.8%
B = 43.34%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D874FE (or 0xD874FE) is known color: Heliotrope. HEX triplet: D8, 74 and FE. RGB value is (216,116,254). Sum of RGB (Red+Green+Blue) = 216+116+254=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #D874FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874FE is #278B01. Grayscale: #A1A1A1. Windows color (decimal): -2591490 or 16676056. OLE color: 16676056.

HSL color Cylindrical-coordinate representation of color #D874FE: hue angle of 283.48º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D874FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 116 254 -
CMYK 0.15 0.54 0 0.00
HSL 283.48º 0.99% 0.73% -
HSV(B) 283.48º 0.54% 1% -
XYZ 52.45 34.25 97.61 -
YUV 161.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 216 116 254 0.15 0.54 0 0.00 283.48 0.99 0.73
Hex D8 74 FE F 36 0 0 11B 63 49
Octal 330 164 376 17 66 0 0 433 143 111
Binary 11011000 1110100 11111110 1111 110110 0 0 100011011 1100011 1001001

Color Harmonies of #D874FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874FE

Black with #D874FE

Text Example


Text Example

White with #D874FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874FE; }

 p { color: rgb(216,116,254); }

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

background-color css

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

 a { background-color: rgb(216,116,254); }

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

border-color css

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

 span { border-color: rgb(216,116,254); }

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