Html Css Color HEX #D855FC Heliotrope

📋 copy color: '#D855FC'

red 216 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #D855FC

Tints of Heliotrope #D855FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

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

R = 39.06%
G = 15.37%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D855FC (or 0xD855FC) is known color: Heliotrope. HEX triplet: D8, 55 and FC. RGB value is (216,85,252). Sum of RGB (Red+Green+Blue) = 216+85+252=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #D855FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D855FC is #27AA03. Grayscale: #8E8E8E. Windows color (decimal): -2599428 or 16537048. OLE color: 16537048.

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

Color convert

RGB 216 85 252 -
CMYK 0.14 0.66 0 0.01
HSL 287.07º 0.97% 0.66% -
HSV(B) 287.07º 0.66% 0.99% -
XYZ 49.14 28.12 94.93 -
YUV 143.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 216 85 252 0.14 0.66 0 0.01 287.07 0.97 0.66
Hex D8 55 FC E 42 0 1 11F 61 42
Octal 330 125 374 16 102 0 1 437 141 102
Binary 11011000 1010101 11111100 1110 1000010 0 1 100011111 1100001 1000010

Color Harmonies of #D855FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855FC

Black with #D855FC

Text Example


Text Example

White with #D855FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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