Html Css Color HEX #D368F5 Heliotrope

📋 copy color: '#D368F5'

red 211 ◦ green 104 ◦ blue 245

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

Shades of Heliotrope #D368F5

Tints of Heliotrope #D368F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.75%

R = 37.68%
G = 18.57%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D368F5 (or 0xD368F5) is known color: Heliotrope. HEX triplet: D3, 68 and F5. RGB value is (211,104,245). Sum of RGB (Red+Green+Blue) = 211+104+245=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #D368F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368F5 is #2C970A. Grayscale: #979797. Windows color (decimal): -2922251 or 16083155. OLE color: 16083155.

HSL color Cylindrical-coordinate representation of color #D368F5: hue angle of 285.53º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D368F5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 104 245 -
CMYK 0.14 0.58 0 0.04
HSL 285.53º 0.88% 0.68% -
HSV(B) 285.53º 0.58% 0.96% -
XYZ 48.3 30.34 89.7 -
YUV 152.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 211 104 245 0.14 0.58 0 0.04 285.53 0.88 0.68
Hex D3 68 F5 E 3A 0 4 11E 58 44
Octal 323 150 365 16 72 0 4 436 130 104
Binary 11010011 1101000 11110101 1110 111010 0 100 100011110 1011000 1000100

Color Harmonies of #D368F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368F5

Black with #D368F5

Text Example


Text Example

White with #D368F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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