Html Css Color HEX #D369EF Heliotrope

📋 copy color: '#D369EF'

red 211 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #D369EF

Tints of Heliotrope #D369EF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.92%

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 38.02%
G = 18.92%
B = 43.06%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D369EF (or 0xD369EF) is known color: Heliotrope. HEX triplet: D3, 69 and EF. RGB value is (211,105,239). Sum of RGB (Red+Green+Blue) = 211+105+239=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #D369EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369EF is #2C9610. Grayscale: #979797. Windows color (decimal): -2922001 or 15690195. OLE color: 15690195.

HSL color Cylindrical-coordinate representation of color #D369EF: hue angle of 287.46º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D369EF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 105 239 -
CMYK 0.12 0.56 0 0.06
HSL 287.46º 0.81% 0.67% -
HSV(B) 287.46º 0.56% 0.94% -
XYZ 47.5 30.18 84.98 -
YUV 151.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 211 105 239 0.12 0.56 0 0.06 287.46 0.81 0.67
Hex D3 69 EF C 38 0 6 11F 51 43
Octal 323 151 357 14 70 0 6 437 121 103
Binary 11010011 1101001 11101111 1100 111000 0 110 100011111 1010001 1000011

Color Harmonies of #D369EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369EF

Black with #D369EF

Text Example


Text Example

White with #D369EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369EF; }

 p { color: rgb(211,105,239); }

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

background-color css

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

 a { background-color: rgb(211,105,239); }

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

border-color css

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

 span { border-color: rgb(211,105,239); }

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