Html Css Color HEX #D369F0 Heliotrope

📋 copy color: '#D369F0'

red 211 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #D369F0

Tints of Heliotrope #D369F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 37.95%
G = 18.88%
B = 43.17%

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

#D369F0 (or 0xD369F0) is known color: Heliotrope. HEX triplet: D3, 69 and F0. RGB value is (211,105,240). Sum of RGB (Red+Green+Blue) = 211+105+240=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #D369F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369F0 is #2C960F. Grayscale: #979797. Windows color (decimal): -2922000 or 15755731. OLE color: 15755731.

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

Color convert

RGB 211 105 240 -
CMYK 0.12 0.56 0 0.06
HSL 287.11º 0.82% 0.68% -
HSV(B) 287.11º 0.56% 0.94% -
XYZ 47.64 30.24 85.76 -
YUV 152.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 211 105 240 0.12 0.56 0 0.06 287.11 0.82 0.68
Hex D3 69 F0 C 38 0 6 11F 52 44
Octal 323 151 360 14 70 0 6 437 122 104
Binary 11010011 1101001 11110000 1100 111000 0 110 100011111 1010010 1000100

Color Harmonies of #D369F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369F0

Black with #D369F0

Text Example


Text Example

White with #D369F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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