Html Css Color HEX #D357F0 Heliotrope

📋 copy color: '#D357F0'

red 211 ◦ green 87 ◦ blue 240

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

Shades of Heliotrope #D357F0

Tints of Heliotrope #D357F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 39.22%
G = 16.17%
B = 44.61%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D357F0 (or 0xD357F0) is known color: Heliotrope. HEX triplet: D3, 57 and F0. RGB value is (211,87,240). Sum of RGB (Red+Green+Blue) = 211+87+240=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #D357F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357F0 is #2CA80F. Grayscale: #8D8D8D. Windows color (decimal): -2926608 or 15751123. OLE color: 15751123.

HSL color Cylindrical-coordinate representation of color #D357F0: hue angle of 288.63º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D357F0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 87 240 -
CMYK 0.12 0.64 0 0.06
HSL 288.63º 0.84% 0.64% -
HSV(B) 288.63º 0.64% 0.94% -
XYZ 46 26.96 85.22 -
YUV 141.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 211 87 240 0.12 0.64 0 0.06 288.63 0.84 0.64
Hex D3 57 F0 C 40 0 6 121 54 40
Octal 323 127 360 14 100 0 6 441 124 100
Binary 11010011 1010111 11110000 1100 1000000 0 110 100100001 1010100 1000000

Color Harmonies of #D357F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357F0

Black with #D357F0

Text Example


Text Example

White with #D357F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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