Html Css Color HEX #D355F1 Heliotrope

📋 copy color: '#D355F1'

red 211 ◦ green 85 ◦ blue 241

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

Shades of Heliotrope #D355F1

Tints of Heliotrope #D355F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.83%

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

R = 39.29%
G = 15.83%
B = 44.88%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D355F1 (or 0xD355F1) is known color: Heliotrope. HEX triplet: D3, 55 and F1. RGB value is (211,85,241). Sum of RGB (Red+Green+Blue) = 211+85+241=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #D355F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355F1 is #2CAA0E. Grayscale: #8B8B8B. Windows color (decimal): -2927119 or 15816147. OLE color: 15816147.

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

Color convert

RGB 211 85 241 -
CMYK 0.12 0.65 0 0.05
HSL 288.46º 0.85% 0.64% -
HSV(B) 288.46º 0.65% 0.95% -
XYZ 45.99 26.7 85.95 -
YUV 140.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 211 85 241 0.12 0.65 0 0.05 288.46 0.85 0.64
Hex D3 55 F1 C 41 0 5 120 55 40
Octal 323 125 361 14 101 0 5 440 125 100
Binary 11010011 1010101 11110001 1100 1000001 0 101 100100000 1010101 1000000

Color Harmonies of #D355F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355F1

Black with #D355F1

Text Example


Text Example

White with #D355F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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