Html Css Color HEX #D357F2 Heliotrope

📋 copy color: '#D357F2'

red 211 ◦ green 87 ◦ blue 242

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

Shades of Heliotrope #D357F2

Tints of Heliotrope #D357F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 39.07%
G = 16.11%
B = 44.81%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D357F2 (or 0xD357F2) is known color: Heliotrope. HEX triplet: D3, 57 and F2. RGB value is (211,87,242). Sum of RGB (Red+Green+Blue) = 211+87+242=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #D357F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357F2 is #2CA80D. Grayscale: #8D8D8D. Windows color (decimal): -2926606 or 15882195. OLE color: 15882195.

HSL color Cylindrical-coordinate representation of color #D357F2: hue angle of 288º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D357F2 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 87 242 -
CMYK 0.13 0.64 0 0.05
HSL 288º 0.86% 0.65% -
HSV(B) 288º 0.64% 0.95% -
XYZ 46.3 27.08 86.79 -
YUV 141.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 211 87 242 0.13 0.64 0 0.05 288 0.86 0.65
Hex D3 57 F2 D 40 0 5 120 56 41
Octal 323 127 362 15 100 0 5 440 126 101
Binary 11010011 1010111 11110010 1101 1000000 0 101 100100000 1010110 1000001

Color Harmonies of #D357F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357F2

Black with #D357F2

Text Example


Text Example

White with #D357F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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