Html Css Color HEX #D357FE Heliotrope

📋 copy color: '#D357FE'

red 211 ◦ green 87 ◦ blue 254

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

Shades of Heliotrope #D357FE

Tints of Heliotrope #D357FE

RGB

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

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

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

R = 38.22%
G = 15.76%
B = 46.01%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D357FE (or 0xD357FE) is known color: Heliotrope. HEX triplet: D3, 57 and FE. RGB value is (211,87,254). Sum of RGB (Red+Green+Blue) = 211+87+254=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #D357FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357FE is #2CA801. Grayscale: #8E8E8E. Windows color (decimal): -2926594 or 16668627. OLE color: 16668627.

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

Color convert

RGB 211 87 254 -
CMYK 0.17 0.66 0 0.00
HSL 284.55º 0.99% 0.67% -
HSV(B) 284.55º 0.66% 1% -
XYZ 48.16 27.82 96.6 -
YUV 143.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 211 87 254 0.17 0.66 0 0.00 284.55 0.99 0.67
Hex D3 57 FE 11 42 0 0 11D 63 43
Octal 323 127 376 21 102 0 0 435 143 103
Binary 11010011 1010111 11111110 10001 1000010 0 0 100011101 1100011 1000011

Color Harmonies of #D357FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357FE

Black with #D357FE

Text Example


Text Example

White with #D357FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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