Html Css Color HEX #D354F1 Heliotrope

📋 copy color: '#D354F1'

red 211 ◦ green 84 ◦ blue 241

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

Shades of Heliotrope #D354F1

Tints of Heliotrope #D354F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.67%

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

R = 39.37%
G = 15.67%
B = 44.96%

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

#D354F1 (or 0xD354F1) is known color: Heliotrope. HEX triplet: D3, 54 and F1. RGB value is (211,84,241). Sum of RGB (Red+Green+Blue) = 211+84+241=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #D354F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D354F1 is #2CAB0E. Grayscale: #8B8B8B. Windows color (decimal): -2927375 or 15815891. OLE color: 15815891.

HSL color Cylindrical-coordinate representation of color #D354F1: hue angle of 288.54º 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 #D354F1 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 84 241 -
CMYK 0.12 0.65 0 0.05
HSL 288.54º 0.85% 0.64% -
HSV(B) 288.54º 0.65% 0.95% -
XYZ 45.91 26.54 85.92 -
YUV 139.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 211 84 241 0.12 0.65 0 0.05 288.54 0.85 0.64
Hex D3 54 F1 C 41 0 5 121 55 40
Octal 323 124 361 14 101 0 5 441 125 100
Binary 11010011 1010100 11110001 1100 1000001 0 101 100100001 1010101 1000000

Color Harmonies of #D354F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D354F1

Black with #D354F1

Text Example


Text Example

White with #D354F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D354F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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