Html Css Color HEX #D356FF Heliotrope

📋 copy color: '#D356FF'

red 211 ◦ green 86 ◦ blue 255

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

Shades of Heliotrope #D356FF

Tints of Heliotrope #D356FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.58%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 38.22%
G = 15.58%
B = 46.2%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D356FF (or 0xD356FF) is known color: Heliotrope. HEX triplet: D3, 56 and FF. RGB value is (211,86,255). Sum of RGB (Red+Green+Blue) = 211+86+255=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D356FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356FF is #2CA900. Grayscale: #8E8E8E. Windows color (decimal): -2926849 or 16733907. OLE color: 16733907.

HSL color Cylindrical-coordinate representation of color #D356FF: hue angle of 284.38º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D356FF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 86 255 -
CMYK 0.17 0.66 0 0
HSL 284.38º 1% 0.67% -
HSV(B) 284.38º 0.66% 1% -
XYZ 48.24 27.72 97.42 -
YUV 142.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 211 86 255 0.17 0.66 0 0 284.38 1 0.67
Hex D3 56 FF 11 42 0 0 11C 64 43
Octal 323 126 377 21 102 0 0 434 144 103
Binary 11010011 1010110 11111111 10001 1000010 0 0 100011100 1100100 1000011

Color Harmonies of #D356FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D356FF

Black with #D356FF

Text Example


Text Example

White with #D356FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D356FF; }

 p { color: rgb(211,86,255); }

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

background-color css

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

 a { background-color: rgb(211,86,255); }

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

border-color css

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

 span { border-color: rgb(211,86,255); }

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