Html Css Color HEX #D357FC Heliotrope

📋 copy color: '#D357FC'

red 211 ◦ green 87 ◦ blue 252

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

Shades of Heliotrope #D357FC

Tints of Heliotrope #D357FC

RGB

 RED value IS 211 (82.81% from 255) = 38.36%

 GREEN value IS 87 (34.38% from 255) = 15.82%

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

R = 38.36%
G = 15.82%
B = 45.82%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D357FC (or 0xD357FC) is known color: Heliotrope. HEX triplet: D3, 57 and FC. RGB value is (211,87,252). Sum of RGB (Red+Green+Blue) = 211+87+252=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D357FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357FC is #2CA803. Grayscale: #8E8E8E. Windows color (decimal): -2926596 or 16537555. OLE color: 16537555.

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

Color convert

RGB 211 87 252 -
CMYK 0.16 0.65 0 0.01
HSL 285.09º 0.96% 0.66% -
HSV(B) 285.09º 0.65% 0.99% -
XYZ 47.84 27.69 94.92 -
YUV 142.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 211 87 252 0.16 0.65 0 0.01 285.09 0.96 0.66
Hex D3 57 FC 10 41 0 1 11D 60 42
Octal 323 127 374 20 101 0 1 435 140 102
Binary 11010011 1010111 11111100 10000 1000001 0 1 100011101 1100000 1000010

Color Harmonies of #D357FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357FC

Black with #D357FC

Text Example


Text Example

White with #D357FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357FC; }

 p { color: rgb(211,87,252); }

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

background-color css

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

 a { background-color: rgb(211,87,252); }

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

border-color css

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

 span { border-color: rgb(211,87,252); }

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