Html Css Color HEX #D363FA Heliotrope

📋 copy color: '#D363FA'

red 211 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #D363FA

Tints of Heliotrope #D363FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.68%

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

R = 37.68%
G = 17.68%
B = 44.64%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D363FA (or 0xD363FA) is known color: Heliotrope. HEX triplet: D3, 63 and FA. RGB value is (211,99,250). Sum of RGB (Red+Green+Blue) = 211+99+250=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D363FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363FA is #2C9C05. Grayscale: #959595. Windows color (decimal): -2923526 or 16409555. OLE color: 16409555.

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

Color convert

RGB 211 99 250 -
CMYK 0.16 0.60 0 0.02
HSL 284.5º 0.94% 0.68% -
HSV(B) 284.5º 0.6% 0.98% -
XYZ 48.58 29.67 93.61 -
YUV 149.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 211 99 250 0.16 0.60 0 0.02 284.5 0.94 0.68
Hex D3 63 FA 10 3C 0 2 11D 5E 44
Octal 323 143 372 20 74 0 2 435 136 104
Binary 11010011 1100011 11111010 10000 111100 0 10 100011101 1011110 1000100

Color Harmonies of #D363FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363FA

Black with #D363FA

Text Example


Text Example

White with #D363FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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