Html Css Color HEX #D368FA Heliotrope

📋 copy color: '#D368FA'

red 211 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #D368FA

Tints of Heliotrope #D368FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.41%

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

R = 37.35%
G = 18.41%
B = 44.25%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D368FA (or 0xD368FA) is known color: Heliotrope. HEX triplet: D3, 68 and FA. RGB value is (211,104,250). Sum of RGB (Red+Green+Blue) = 211+104+250=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #D368FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368FA is #2C9705. Grayscale: #989898. Windows color (decimal): -2922246 or 16410835. OLE color: 16410835.

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

Color convert

RGB 211 104 250 -
CMYK 0.16 0.58 0 0.02
HSL 283.97º 0.94% 0.69% -
HSV(B) 283.97º 0.58% 0.98% -
XYZ 49.07 30.65 93.77 -
YUV 152.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 211 104 250 0.16 0.58 0 0.02 283.97 0.94 0.69
Hex D3 68 FA 10 3A 0 2 11C 5E 45
Octal 323 150 372 20 72 0 2 434 136 105
Binary 11010011 1101000 11111010 10000 111010 0 10 100011100 1011110 1000101

Color Harmonies of #D368FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368FA

Black with #D368FA

Text Example


Text Example

White with #D368FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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