Html Css Color HEX #D365FA Heliotrope

📋 copy color: '#D365FA'

red 211 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #D365FA

Tints of Heliotrope #D365FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.97%

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

R = 37.54%
G = 17.97%
B = 44.48%

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

#D365FA (or 0xD365FA) is known color: Heliotrope. HEX triplet: D3, 65 and FA. RGB value is (211,101,250). Sum of RGB (Red+Green+Blue) = 211+101+250=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #D365FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365FA is #2C9A05. Grayscale: #969696. Windows color (decimal): -2923014 or 16410067. OLE color: 16410067.

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

Color convert

RGB 211 101 250 -
CMYK 0.16 0.60 0 0.02
HSL 284.3º 0.94% 0.69% -
HSV(B) 284.3º 0.6% 0.98% -
XYZ 48.77 30.06 93.67 -
YUV 150.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 211 101 250 0.16 0.60 0 0.02 284.3 0.94 0.69
Hex D3 65 FA 10 3C 0 2 11C 5E 45
Octal 323 145 372 20 74 0 2 434 136 105
Binary 11010011 1100101 11111010 10000 111100 0 10 100011100 1011110 1000101

Color Harmonies of #D365FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365FA

Black with #D365FA

Text Example


Text Example

White with #D365FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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