Html Css Color HEX #D874FC Heliotrope

📋 copy color: '#D874FC'

red 216 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #D874FC

Tints of Heliotrope #D874FC

RGB

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

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

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

R = 36.99%
G = 19.86%
B = 43.15%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D874FC (or 0xD874FC) is known color: Heliotrope. HEX triplet: D8, 74 and FC. RGB value is (216,116,252). Sum of RGB (Red+Green+Blue) = 216+116+252=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #D874FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874FC is #278B03. Grayscale: #A0A0A0. Windows color (decimal): -2591492 or 16544984. OLE color: 16544984.

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

Color convert

RGB 216 116 252 -
CMYK 0.14 0.54 0 0.01
HSL 284.12º 0.96% 0.72% -
HSV(B) 284.12º 0.54% 0.99% -
XYZ 52.13 34.12 95.93 -
YUV 161.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 216 116 252 0.14 0.54 0 0.01 284.12 0.96 0.72
Hex D8 74 FC E 36 0 1 11C 60 48
Octal 330 164 374 16 66 0 1 434 140 110
Binary 11011000 1110100 11111100 1110 110110 0 1 100011100 1100000 1001000

Color Harmonies of #D874FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874FC

Black with #D874FC

Text Example


Text Example

White with #D874FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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