Html Css Color HEX #D358F1 Heliotrope

📋 copy color: '#D358F1'

red 211 ◦ green 88 ◦ blue 241

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

Shades of Heliotrope #D358F1

Tints of Heliotrope #D358F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.3%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 39.07%
G = 16.3%
B = 44.63%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D358F1 (or 0xD358F1) is known color: Heliotrope. HEX triplet: D3, 58 and F1. RGB value is (211,88,241). Sum of RGB (Red+Green+Blue) = 211+88+241=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #D358F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D358F1 is #2CA70E. Grayscale: #8D8D8D. Windows color (decimal): -2926351 or 15816915. OLE color: 15816915.

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

Color convert

RGB 211 88 241 -
CMYK 0.12 0.63 0 0.05
HSL 288.24º 0.85% 0.65% -
HSV(B) 288.24º 0.63% 0.95% -
XYZ 46.23 27.18 86.03 -
YUV 142.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 211 88 241 0.12 0.63 0 0.05 288.24 0.85 0.65
Hex D3 58 F1 C 3F 0 5 120 55 41
Octal 323 130 361 14 77 0 5 440 125 101
Binary 11010011 1011000 11110001 1100 111111 0 101 100100000 1010101 1000001

Color Harmonies of #D358F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358F1

Black with #D358F1

Text Example


Text Example

White with #D358F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358F1; }

 p { color: rgb(211,88,241); }

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

background-color css

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

 a { background-color: rgb(211,88,241); }

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

border-color css

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

 span { border-color: rgb(211,88,241); }

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