Html Css Color HEX #D351FA Heliotrope

📋 copy color: '#D351FA'

red 211 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #D351FA

Tints of Heliotrope #D351FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.94%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 38.93%
G = 14.94%
B = 46.13%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D351FA (or 0xD351FA) is known color: Heliotrope. HEX triplet: D3, 51 and FA. RGB value is (211,81,250). Sum of RGB (Red+Green+Blue) = 211+81+250=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #D351FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D351FA is #2CAE05. Grayscale: #8A8A8A. Windows color (decimal): -2928134 or 16404947. OLE color: 16404947.

HSL color Cylindrical-coordinate representation of color #D351FA: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D351FA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 81 250 -
CMYK 0.16 0.68 0 0.02
HSL 286.15º 0.94% 0.65% -
HSV(B) 286.15º 0.68% 0.98% -
XYZ 47.06 26.64 93.1 -
YUV 139.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 211 81 250 0.16 0.68 0 0.02 286.15 0.94 0.65
Hex D3 51 FA 10 44 0 2 11E 5E 41
Octal 323 121 372 20 104 0 2 436 136 101
Binary 11010011 1010001 11111010 10000 1000100 0 10 100011110 1011110 1000001

Color Harmonies of #D351FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351FA

Black with #D351FA

Text Example


Text Example

White with #D351FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351FA; }

 p { color: rgb(211,81,250); }

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

background-color css

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

 a { background-color: rgb(211,81,250); }

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

border-color css

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

 span { border-color: rgb(211,81,250); }

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